summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-21 15:11:32 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:54 +0100
commitaea15f5c731b325be48ea4900ae3eca341ac03cd (patch)
tree695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/core.cpp
parentCitraQt: Cleanup includes. (diff)
downloadyuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip
Core: Cleanup core includes.
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 79038cd52..dddc16708 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -2,15 +2,12 @@
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 "common/common_types.h"
6#include "common/logging/log.h" 5#include "common/logging/log.h"
7 6
8#include "core/core.h" 7#include "core/core.h"
9#include "core/core_timing.h" 8#include "core/core_timing.h"
10 9
11#include "core/settings.h"
12#include "core/arm/arm_interface.h" 10#include "core/arm/arm_interface.h"
13#include "core/arm/disassembler/arm_disasm.h"
14#include "core/arm/dyncom/arm_dyncom.h" 11#include "core/arm/dyncom/arm_dyncom.h"
15#include "core/hle/hle.h" 12#include "core/hle/hle.h"
16#include "core/hle/kernel/thread.h" 13#include "core/hle/kernel/thread.h"