Revert header changes

This commit is contained in:
Atlante45 2016-06-02 18:02:30 -07:00
parent b635e32933
commit 6f75fab298

View file

@ -8,8 +8,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <thread>
#include <QCommandLineParser> #include <QCommandLineParser>
#include <QDebug> #include <QDebug>
#include <QDir> #include <QDir>
@ -19,12 +17,6 @@
#include <QSharedMemory> #include <QSharedMemory>
#include <QTranslator> #include <QTranslator>
#ifdef HAS_BUGSPLAT
#include <BuildInfo.h>
#include <BugSplat.h>
#include <CrashReporter.h>
#endif
#include <gl/OpenGLVersionChecker.h> #include <gl/OpenGLVersionChecker.h>
#include <SharedUtil.h> #include <SharedUtil.h>
@ -33,7 +25,13 @@
#include "InterfaceLogging.h" #include "InterfaceLogging.h"
#include "UserActivityLogger.h" #include "UserActivityLogger.h"
#include "MainWindow.h" #include "MainWindow.h"
#include <thread>
#ifdef HAS_BUGSPLAT
#include <BuildInfo.h>
#include <BugSplat.h>
#include <CrashReporter.h>
#endif
int main(int argc, const char* argv[]) { int main(int argc, const char* argv[]) {
#if HAS_BUGSPLAT #if HAS_BUGSPLAT