summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.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/arm7_9_common.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/arm7_9_common.c')
-rw-r--r--src/target/arm7_9_common.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c
index 6a7b77c4..a1b21030 100644
--- a/src/target/arm7_9_common.c
+++ b/src/target/arm7_9_common.c
@@ -30,27 +30,12 @@
#include "config.h"
#endif
-#include "replacements.h"
-
#include "embeddedice.h"
-#include "target.h"
#include "target_request.h"
-#include "armv4_5.h"
-#include "arm_jtag.h"
-#include "jtag.h"
-#include "log.h"
#include "arm7_9_common.h"
-#include "breakpoints.h"
#include "time_support.h"
#include "arm_simulator.h"
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
-#include <sys/stat.h>
-#include <sys/time.h>
-#include <errno.h>
int arm7_9_debug_entry(target_t *target);
int arm7_9_enable_sw_bkpts(struct target_s *target);