summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 10:19:33 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 10:19:33 -0800
commit9a98e83b49fe3541cb0d79924b13c2d86484aee2 (patch)
tree1d0cec51bdc6646a04efe1066c4842b04a3a897e /src/target/arm11.c
parentdc1685ca25567fe75c8d50c825fb0303fbb66fac (diff)
downloadopenocd_libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.gz
openocd_libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.bz2
openocd_libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.xz
openocd_libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.zip
target: less implicit inclusion of "etm.h"
Don't include it in more headers than necessary; just use it in the few files that actually need it. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index e4d26931..750c1f59 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -26,10 +26,10 @@
#include "config.h"
#endif
+#include "etm.h"
#include "arm11.h"
#include "breakpoints.h"
#include "arm11_dbgtap.h"
-#include "armv4_5.h"
#include "arm_simulator.h"
#include "time_support.h"
#include "target_type.h"