summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-01-25 19:53:22 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-26 15:38:25 +0100
commitcd7326c16ffee906347d86a74b99eba32f509733 (patch)
treed050f852a5870a1e85b1915084ffa73d4d59a660 /src
parente7c0fcbec4876762622a8815718f42de3214524c (diff)
QStandardPaths: remove unused includes (leftovers from qdesktopservices)
Change-Id: I6fe23ecd04adc7dd68573dd0d6d01888c0cf71b6 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qstandardpaths_unix.cpp2
-rw-r--r--src/corelib/io/qstandardpaths_win.cpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/io/qstandardpaths_unix.cpp b/src/corelib/io/qstandardpaths_unix.cpp
index 4cfd1d0826..f10f1fa16e 100644
--- a/src/corelib/io/qstandardpaths_unix.cpp
+++ b/src/corelib/io/qstandardpaths_unix.cpp
@@ -40,8 +40,6 @@
****************************************************************************/
#include "qstandardpaths.h"
-#include <qprocess.h>
-#include <qurl.h>
#include <qdir.h>
#include <qfile.h>
#include <qtextstream.h>
diff --git a/src/corelib/io/qstandardpaths_win.cpp b/src/corelib/io/qstandardpaths_win.cpp
index ebab6b6bd2..07db52ddf8 100644
--- a/src/corelib/io/qstandardpaths_win.cpp
+++ b/src/corelib/io/qstandardpaths_win.cpp
@@ -41,13 +41,9 @@
#include "qstandardpaths.h"
-#include <qsettings.h>
#include <qdir.h>
#include <private/qsystemlibrary_p.h>
-#include <qurl.h>
#include <qstringlist.h>
-#include <qprocess.h>
-#include <qtemporaryfile.h>
#include <qcoreapplication.h>
#include <qt_windows.h>