diff options
| author | 2015-05-06 04:06:12 -0300 | |
|---|---|---|
| committer | 2015-05-07 15:45:22 -0300 | |
| commit | e1fbac3ca13d37d2625c11d30cfdece4327b446b (patch) | |
| tree | da5daf1999660dbc7e75290627051dd8534131c8 /src/citra_qt/main.cpp | |
| parent | Common: Move alignment macros to common_funcs.h (diff) | |
| download | yuzu-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.cpp | 1 |
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" |