summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
-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 @@
1#include <QApplication>
1#include <QHBoxLayout> 2#include <QHBoxLayout>
2#include <QKeyEvent> 3#include <QKeyEvent>
3#include <QApplication>
4 4
5#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0) 5#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
6// Required for screen DPI information 6// Required for screen DPI information
@@ -8,23 +8,19 @@
8#include <QWindow> 8#include <QWindow>
9#endif 9#endif
10 10
11#include "bootmanager.h" 11#include "citra_qt/bootmanager.h"
12#include "main.h"
13 12
14#include "common/string_util.h"
15#include "common/scm_rev.h"
16#include "common/key_map.h" 13#include "common/key_map.h"
17#include "common/microprofile.h" 14#include "common/microprofile.h"
15#include "common/scm_rev.h"
16#include "common/string_util.h"
18 17
19#include "core/core.h" 18#include "core/core.h"
20#include "core/settings.h" 19#include "core/settings.h"
21#include "core/system.h" 20#include "core/system.h"
22 21
23#include "video_core/debug_utils/debug_utils.h"
24
25#include "video_core/video_core.h" 22#include "video_core/video_core.h"
26 23#include "video_core/debug_utils/debug_utils.h"
27#include "citra_qt/version.h"
28 24
29#define APP_NAME "citra" 25#define APP_NAME "citra"
30#define APP_VERSION "0.1-" VERSION 26#define APP_VERSION "0.1-" VERSION