Fix compilation on Windows after code cleanups.

This commit is contained in:
sledgehammer_999
2011-10-04 23:17:49 +03:00
parent 76ca967d70
commit d744968ea6
2 changed files with 5 additions and 9 deletions

View File

@@ -45,14 +45,6 @@
#include <QCoreApplication>
#endif
#ifdef Q_WS_WIN
#include <QDesktopServices>
#endif
#ifdef Q_OS_LINUX
#include <cstdlib>
#endif
#include "misc.h"
#include "qinisettings.h"