From 48c5780d5f804fb001525438ef576f61897b196f Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 18 Aug 2022 09:12:54 +0200 Subject: [PATCH] qdir.cpp: remove unused qresource.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Probably amends f369be93a17d1b44cd76161bf9b88a167b0ab935. Pick-to: 6.4 6.3 6.2 Task-number: QTBUG-105747 Change-Id: I6b6d9c7d1193bdc1ec470f7d8c57b433ccee8e75 Reviewed-by: Mate Barany Reviewed-by: MÃ¥rten Nordheim --- src/corelib/io/qdir.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp index 5a6f78df63d..dc0461a1e2c 100644 --- a/src/corelib/io/qdir.cpp +++ b/src/corelib/io/qdir.cpp @@ -22,7 +22,6 @@ #include #ifdef QT_BUILD_CORE_LIB -# include "qresource.h" # include "private/qcoreglobaldata_p.h" #endif