diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-11-25 20:37:23 +0000 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-11-25 20:39:25 +0000 |
commit | f8c05e53c43832bb7594f23e2201bbd9f20abcc6 (patch) | |
tree | 80bbd9ad6adcc56d1d2675bae2f30c6c367f3356 /src/core | |
parent | bb730855e58d18d8964d158a55822c40503d548f (diff) |
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 @@ #include <stddef.h> #include <stdio.h> -#include "common/thread.h" - #include "core/arm/skyeye_common/armdefs.h" typedef struct ARM_CPU_State_s { |