From cd7326c16ffee906347d86a74b99eba32f509733 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 25 Jan 2012 19:53:22 +0100 Subject: [PATCH] QStandardPaths: remove unused includes (leftovers from qdesktopservices) Change-Id: I6fe23ecd04adc7dd68573dd0d6d01888c0cf71b6 Reviewed-by: Robin Burchell --- src/corelib/io/qstandardpaths_unix.cpp | 2 -- src/corelib/io/qstandardpaths_win.cpp | 4 ---- 2 files changed, 6 deletions(-) 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 -- 2.7.4