summaryrefslogtreecommitdiff
path: root/src/core/arm
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2014-11-25 20:37:23 +0000
committerGravatar Emmanuel Gil Peyrot2014-11-25 20:39:25 +0000
commitf8c05e53c43832bb7594f23e2201bbd9f20abcc6 (patch)
tree80bbd9ad6adcc56d1d2675bae2f30c6c367f3356 /src/core/arm
parentMerge pull request #147 from yuriks/error-codes (diff)
downloadyuzu-f8c05e53c43832bb7594f23e2201bbd9f20abcc6.tar.gz
yuzu-f8c05e53c43832bb7594f23e2201bbd9f20abcc6.tar.xz
yuzu-f8c05e53c43832bb7594f23e2201bbd9f20abcc6.zip
Remove unused includes to common/thread.h
Diffstat (limited to 'src/core/arm')
-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 @@
24#include <stddef.h> 24#include <stddef.h>
25#include <stdio.h> 25#include <stdio.h>
26 26
27#include "common/thread.h"
28
29#include "core/arm/skyeye_common/armdefs.h" 27#include "core/arm/skyeye_common/armdefs.h"
30 28
31typedef struct ARM_CPU_State_s { 29typedef struct ARM_CPU_State_s {