summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index d7104eb02..c022c28ab 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -4,8 +4,8 @@
4#include "qhexedit.h" 4#include "qhexedit.h"
5#include "main.hxx" 5#include "main.hxx"
6 6
7#include "common.h" 7#include "common/common.h"
8#include "platform.h" 8#include "common/platform.h"
9#if EMU_PLATFORM == PLATFORM_LINUX 9#if EMU_PLATFORM == PLATFORM_LINUX
10#include <unistd.h> 10#include <unistd.h>
11#endif 11#endif
@@ -19,9 +19,9 @@
19#include "callstack.hxx" 19#include "callstack.hxx"
20#include "ramview.hxx" 20#include "ramview.hxx"
21 21
22#include "system.h" 22#include "core/system.h"
23#include "loader.h" 23#include "core/loader.h"
24#include "core.h" 24#include "core/core.h"
25#include "version.h" 25#include "version.h"
26 26
27 27