summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2016-09-21 00:21:23 +0900
committerGravatar Emmanuel Gil Peyrot2016-09-21 11:15:47 +0900
commitebdae19fd226104baec712b9da9939ff82ef3c3a (patch)
treee046c0f562fc4400480b2e3257f140e973a9ce6a /src/citra_qt/bootmanager.cpp
parentManually tweak source formatting and then re-run clang-format (diff)
downloadyuzu-ebdae19fd226104baec712b9da9939ff82ef3c3a.tar.gz
yuzu-ebdae19fd226104baec712b9da9939ff82ef3c3a.tar.xz
yuzu-ebdae19fd226104baec712b9da9939ff82ef3c3a.zip
Remove empty newlines in #include blocks.
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
-rw-r--r--src/citra_qt/bootmanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp
index 53d035b32..0abae86c3 100644
--- a/src/citra_qt/bootmanager.cpp
+++ b/src/citra_qt/bootmanager.cpp
@@ -9,16 +9,13 @@
9#endif 9#endif
10 10
11#include "citra_qt/bootmanager.h" 11#include "citra_qt/bootmanager.h"
12
13#include "common/key_map.h" 12#include "common/key_map.h"
14#include "common/microprofile.h" 13#include "common/microprofile.h"
15#include "common/scm_rev.h" 14#include "common/scm_rev.h"
16#include "common/string_util.h" 15#include "common/string_util.h"
17
18#include "core/core.h" 16#include "core/core.h"
19#include "core/settings.h" 17#include "core/settings.h"
20#include "core/system.h" 18#include "core/system.h"
21
22#include "video_core/debug_utils/debug_utils.h" 19#include "video_core/debug_utils/debug_utils.h"
23#include "video_core/video_core.h" 20#include "video_core/video_core.h"
24 21