summaryrefslogtreecommitdiff
path: root/src/target/etm.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/etm.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/etm.c')
-rw-r--r--src/target/etm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/etm.c b/src/target/etm.c
index 936c9e60..5a0ffed5 100644
--- a/src/target/etm.c
+++ b/src/target/etm.c
@@ -22,6 +22,7 @@
#endif
#include "armv4_5.h"
+#include "etm.h"
#include "etb.h"
#include "image.h"
#include "arm_disassembler.h"