summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
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/target/xscale.c
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/target/xscale.c')
-rw-r--r--src/target/xscale.c2
1 files changed, 1 insertions, 1 deletions
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"