summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:46:21 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:46:21 +0000
commit68b05c55759970657c32607b3ce27c42e65cdad0 (patch)
tree5619f94500b07cb6d89bc2cfd709d4cc24559d66 /src/target/arm11.h
parent03f329604635db3299e139510e75fea7deb0f4bd (diff)
downloadopenocd+libswd-68b05c55759970657c32607b3ce27c42e65cdad0.tar.gz
openocd+libswd-68b05c55759970657c32607b3ce27c42e65cdad0.tar.bz2
openocd+libswd-68b05c55759970657c32607b3ce27c42e65cdad0.tar.xz
openocd+libswd-68b05c55759970657c32607b3ce27c42e65cdad0.zip
Audit and eliminate redundant #include directives in arm target files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1714 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 1a890d06..4f75a62e 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -22,11 +22,7 @@
#ifndef ARM11_H
#define ARM11_H
-#include "target.h"
-#include "register.h"
#include "embeddedice.h"
-#include "arm_jtag.h"
-#include "types.h"
#define asizeof(x) (sizeof(x) / sizeof((x)[0]))