aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/armcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/skyeye_common/armcpu.h')
-rw-r--r--src/core/arm/skyeye_common/armcpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/arm/skyeye_common/armcpu.h b/src/core/arm/skyeye_common/armcpu.h
index 6b5ea856..3a029f0e 100644
--- a/src/core/arm/skyeye_common/armcpu.h
+++ b/src/core/arm/skyeye_common/armcpu.h
@@ -20,16 +20,13 @@
#ifndef __ARM_CPU_H__
#define __ARM_CPU_H__
-//#include <skyeye_thread.h>
-//#include <skyeye_obj.h>
-//#include <skyeye_mach.h>
-//#include <skyeye_exec.h>
#include <stddef.h>
#include <stdio.h>
#include "common/thread.h"
+#include "core/arm/skyeye_common/armdefs.h"
typedef struct ARM_CPU_State_s {
ARMul_State * core;