summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armcpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-11-26 22:25:23 +0100
committerbunnei <bunneidev@gmail.com>2014-11-26 22:25:23 +0100
commit2a4b698f8e89f412e725b47fac77cedc5645bc37 (patch)
tree80bbd9ad6adcc56d1d2675bae2f30c6c367f3356 /src/core/arm/skyeye_common/armcpu.h
parentMerge pull request #147 from yuriks/error-codes (diff)
parentRemove unused includes to common/thread.h (diff)
downloadyuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.gz
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.bz2
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.lz
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.xz
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.zst
yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.zip
Diffstat (limited to 'src/core/arm/skyeye_common/armcpu.h')
-rw-r--r--src/core/arm/skyeye_common/armcpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/arm/skyeye_common/armcpu.h b/src/core/arm/skyeye_common/armcpu.h
index 3a029f0e7..2b756c5bc 100644
--- a/src/core/arm/skyeye_common/armcpu.h
+++ b/src/core/arm/skyeye_common/armcpu.h
@@ -24,8 +24,6 @@
#include <stddef.h>
#include <stdio.h>
-#include "common/thread.h"
-
#include "core/arm/skyeye_common/armdefs.h"
typedef struct ARM_CPU_State_s {