From: David Faure Date: Wed, 25 Jan 2012 18:53:22 +0000 (+0100) Subject: QStandardPaths: remove unused includes (leftovers from qdesktopservices) X-Git-Tag: qt-v5.0.0-alpha1~1552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd7326c16ffee906347d86a74b99eba32f509733;p=profile%2Fivi%2Fqtbase.git QStandardPaths: remove unused includes (leftovers from qdesktopservices) Change-Id: I6fe23ecd04adc7dd68573dd0d6d01888c0cf71b6 Reviewed-by: Robin Burchell --- diff --git a/src/corelib/io/qstandardpaths_unix.cpp b/src/corelib/io/qstandardpaths_unix.cpp index 4cfd1d0..f10f1fa 100644 --- a/src/corelib/io/qstandardpaths_unix.cpp +++ b/src/corelib/io/qstandardpaths_unix.cpp @@ -40,8 +40,6 @@ ****************************************************************************/ #include "qstandardpaths.h" -#include -#include #include #include #include diff --git a/src/corelib/io/qstandardpaths_win.cpp b/src/corelib/io/qstandardpaths_win.cpp index ebab6b6..07db52d 100644 --- a/src/corelib/io/qstandardpaths_win.cpp +++ b/src/corelib/io/qstandardpaths_win.cpp @@ -41,13 +41,9 @@ #include "qstandardpaths.h" -#include #include #include -#include #include -#include -#include #include #include