summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 01:06:16 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 01:06:16 -0800
commita2df544fd9cb758163b049f389c5cc07e97e029f (patch)
tree2de38306b9e5c73f3cdb73294028ddef21ebf33d /src
parente722396890bdb07553959258c585853edfbb291c (diff)
downloadopenocd+libswd-a2df544fd9cb758163b049f389c5cc07e97e029f.tar.gz
openocd+libswd-a2df544fd9cb758163b049f389c5cc07e97e029f.tar.bz2
openocd+libswd-a2df544fd9cb758163b049f389c5cc07e97e029f.tar.xz
openocd+libswd-a2df544fd9cb758163b049f389c5cc07e97e029f.zip
target: remove some more duplicate includes
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r--src/target/arm11.c1
-rw-r--r--src/target/arm7_9_common.c1
-rw-r--r--src/target/cortex_a8.c1
-rw-r--r--src/target/xscale.c2
4 files changed, 1 insertions, 4 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index f0ed85f6..31135e4a 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -27,7 +27,6 @@
#endif
#include "etm.h"
-#include "arm11.h"
#include "breakpoints.h"
#include "arm11_dbgtap.h"
#include "arm_simulator.h"
diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c
index 27a9b8db..923c8cd6 100644
--- a/src/target/arm7_9_common.c
+++ b/src/target/arm7_9_common.c
@@ -33,7 +33,6 @@
#include "breakpoints.h"
#include "embeddedice.h"
#include "target_request.h"
-#include "arm7_9_common.h"
#include "etm.h"
#include "time_support.h"
#include "arm_simulator.h"
diff --git a/src/target/cortex_a8.c b/src/target/cortex_a8.c
index f4b5550f..4cd6c0aa 100644
--- a/src/target/cortex_a8.c
+++ b/src/target/cortex_a8.c
@@ -35,7 +35,6 @@
#include "breakpoints.h"
#include "cortex_a8.h"
-#include "armv4_5.h"
#include "register.h"
#include "target_request.h"
#include "target_type.h"
diff --git a/src/target/xscale.c b/src/target/xscale.c
index e97e082c..742dd257 100644
--- a/src/target/xscale.c
+++ b/src/target/xscale.c
@@ -30,7 +30,7 @@
#include "breakpoints.h"
#include "xscale.h"
#include "target_type.h"
-#include "arm7_9_common.h"
+#include "arm_jtag.h"
#include "arm_simulator.h"
#include "arm_disassembler.h"
#include "time_support.h"