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