summaryrefslogtreecommitdiff
path: root/src/core/core_timing.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2014-12-22 04:30:09 -0200
committerGravatar Yuri Kunde Schlesner2015-01-09 03:51:55 -0200
commit7b3452c7303cf348377de6702ddda0307533663c (patch)
treece08ed7d7c42015919e1dd26cb2ec8721a54ec8a /src/core/core_timing.cpp
parentMerge pull request #255 from Subv/cbranch_3 (diff)
downloadyuzu-7b3452c7303cf348377de6702ddda0307533663c.tar.gz
yuzu-7b3452c7303cf348377de6702ddda0307533663c.tar.xz
yuzu-7b3452c7303cf348377de6702ddda0307533663c.zip
Move ThreadContext to core/core.h and deal with the fallout
Diffstat (limited to 'src/core/core_timing.cpp')
-rw-r--r--src/core/core_timing.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp
index 833199680..ec9d52a08 100644
--- a/src/core/core_timing.cpp
+++ b/src/core/core_timing.cpp
@@ -9,6 +9,8 @@
9 9
10#include "common/chunk_file.h" 10#include "common/chunk_file.h"
11#include "common/log.h" 11#include "common/log.h"
12
13#include "core/arm/arm_interface.h"
12#include "core/core.h" 14#include "core/core.h"
13#include "core/core_timing.h" 15#include "core/core_timing.h"
14 16