mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Revert header changes
This commit is contained in:
parent
b635e32933
commit
6f75fab298
1 changed files with 6 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue