summaryrefslogtreecommitdiff
path: root/src/citra/citra.cpp
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-20 20:34:41 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:53 +0100
commit79aa1b0808e8561560b58dab950ba4cd36e6aabb (patch)
tree43199636ea7931eff5bc060d868737aeeb745b9d /src/citra/citra.cpp
parentCommon: Remove now-unused EMU_PLATFORM define, fixes issue #373. (diff)
downloadyuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.gz
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.xz
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.zip
Citra: Fix the includes a bit, thanks to include-what-you-use.
Diffstat (limited to 'src/citra/citra.cpp')
-rw-r--r--src/citra/citra.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp
index ce8d7dd25..a59726c78 100644
--- a/src/citra/citra.cpp
+++ b/src/citra/citra.cpp
@@ -2,13 +2,11 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <thread> 5#include <string>
6 6
7#include "common/logging/log.h" 7#include "common/logging/log.h"
8#include "common/logging/text_formatter.h"
9#include "common/logging/backend.h" 8#include "common/logging/backend.h"
10#include "common/logging/filter.h" 9#include "common/logging/filter.h"
11#include "common/scope_exit.h"
12 10
13#include "core/settings.h" 11#include "core/settings.h"
14#include "core/system.h" 12#include "core/system.h"