QStandardPaths: remove unused includes (leftovers from qdesktopservices)

Change-Id: I6fe23ecd04adc7dd68573dd0d6d01888c0cf71b6
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
David Faure 2012-01-25 19:53:22 +01:00 committed by Qt by Nokia
parent e7c0fcbec4
commit cd7326c16f
2 changed files with 0 additions and 6 deletions

View File

@ -40,8 +40,6 @@
****************************************************************************/
#include "qstandardpaths.h"
#include <qprocess.h>
#include <qurl.h>
#include <qdir.h>
#include <qfile.h>
#include <qtextstream.h>

View File

@ -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>