summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-01 22:57:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-01 22:57:10 (GMT)
commit5b5b36dc862a3c7bcfa3e0db74efcf2806988706 (patch)
tree0c631ee484f2325ad182a5e527f1a6508ddf2d9a /src/arch/arm/v7/arm.h
parent97d1cc10210cf4ec237e1d9a8b23b120ddef47c5 (diff)
Recognized Thumb 16 instructions and most of the Thumb 32 ones.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@430 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/arm.h')
-rw-r--r--src/arch/arm/v7/arm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/v7/arm.h b/src/arch/arm/v7/arm.h
index b9c2fe4..3b6aa3d 100644
--- a/src/arch/arm/v7/arm.h
+++ b/src/arch/arm/v7/arm.h
@@ -25,8 +25,6 @@
#define _ARCH_ARM_V7_ARM_H
-#include "processor.h"
-#include "../context.h"
#include "../../instruction.h"