summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
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/armv4_5.c
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/armv4_5.c')
-rw-r--r--src/target/armv4_5.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/target/armv4_5.c b/src/target/armv4_5.c
index 1144c7f1..14aec019 100644
--- a/src/target/armv4_5.c
+++ b/src/target/armv4_5.c
@@ -27,21 +27,10 @@
#include "config.h"
#endif
-#include "replacements.h"
-
-#include "arm_disassembler.h"
-
#include "armv4_5.h"
-
-#include "target.h"
-#include "register.h"
-#include "log.h"
+#include "arm_disassembler.h"
#include "binarybuffer.h"
-#include "command.h"
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
bitfield_desc_t armv4_5_psr_bitfield_desc[] =
{