Removed some superfluous includes.

This commit is contained in:
LoRd_MuldeR 2015-11-25 21:05:19 +01:00
parent 9145029380
commit 8e64da1ea7
4 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -34,8 +34,8 @@
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 3
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 1840
#define VER_LAMEXP_PATCH 5
#define VER_LAMEXP_BUILD 1848
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////

View File

@ -33,7 +33,6 @@
#include <QApplication>
#include <QFileIconProvider>
#include <QDesktopServices>
#include <QLibrary>
//Windows includes
#define NOMINMAX

View File

@ -34,7 +34,6 @@
#include <QProcess>
#include <QMutex>
#include <QMutexLocker>
#include <QLibrary>
#include <QProcessEnvironment>
#include <QDir>
#include <QElapsedTimer>