diff options
| author | 2014-11-26 16:25:23 -0500 | |
|---|---|---|
| committer | 2014-11-26 16:25:23 -0500 | |
| commit | 2a4b698f8e89f412e725b47fac77cedc5645bc37 (patch) | |
| tree | 80bbd9ad6adcc56d1d2675bae2f30c6c367f3356 /src/core | |
| parent | Merge pull request #147 from yuriks/error-codes (diff) | |
| parent | Remove unused includes to common/thread.h (diff) | |
| download | yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.gz yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.tar.xz yuzu-2a4b698f8e89f412e725b47fac77cedc5645bc37.zip | |
Merge pull request #223 from linkmauve/remove-thread
Remove unused includes to common/thread.h
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/arm/skyeye_common/armcpu.h | 2 |
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 | ||
| 31 | typedef struct ARM_CPU_State_s { | 29 | typedef struct ARM_CPU_State_s { |