summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-05-06 04:06:12 -0300
committerGravatar Yuri Kunde Schlesner2015-05-07 15:45:22 -0300
commite1fbac3ca13d37d2625c11d30cfdece4327b446b (patch)
treeda5daf1999660dbc7e75290627051dd8534131c8 /src/citra_qt/main.cpp
parentCommon: Move alignment macros to common_funcs.h (diff)
downloadyuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.gz
yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.xz
yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.zip
Common: Remove common.h
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index b78594fb6..d15338f0d 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -10,7 +10,6 @@
10#include "qhexedit.h" 10#include "qhexedit.h"
11#include "main.h" 11#include "main.h"
12 12
13#include "common/common.h"
14#include "common/logging/text_formatter.h" 13#include "common/logging/text_formatter.h"
15#include "common/logging/log.h" 14#include "common/logging/log.h"
16#include "common/logging/backend.h" 15#include "common/logging/backend.h"