summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-11 06:23:00 +0200
committerLioncash <mathew1800@gmail.com>2015-09-11 06:57:24 +0200
commitabe5bb4019f84b5bcb43c581f1258b3a44f1f2c7 (patch)
tree9307673c985a0338efb8a409403b9ec90684005d /src/citra_qt/bootmanager.cpp
parentMerge pull request #1130 from lioncash/block (diff)
downloadyuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.gz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.bz2
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.lz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.xz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.zst
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/bootmanager.cpp14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp
index 9aec16506..610707411 100644
--- a/src/citra_qt/bootmanager.cpp
+++ b/src/citra_qt/bootmanager.cpp
@@ -1,6 +1,6 @@
+#include <QApplication>
#include <QHBoxLayout>
#include <QKeyEvent>
-#include <QApplication>
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
// Required for screen DPI information
@@ -8,23 +8,19 @@
#include <QWindow>
#endif
-#include "bootmanager.h"
-#include "main.h"
+#include "citra_qt/bootmanager.h"
-#include "common/string_util.h"
-#include "common/scm_rev.h"
#include "common/key_map.h"
#include "common/microprofile.h"
+#include "common/scm_rev.h"
+#include "common/string_util.h"
#include "core/core.h"
#include "core/settings.h"
#include "core/system.h"
-#include "video_core/debug_utils/debug_utils.h"
-
#include "video_core/video_core.h"
-
-#include "citra_qt/version.h"
+#include "video_core/debug_utils/debug_utils.h"
#define APP_NAME "citra"
#define APP_VERSION "0.1-" VERSION