summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:34:57 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:34:57 -0800
commitaa7c449600d6f6d634f587de6091421a1a877af5 (patch)
tree4db1820d0ba330d23e07177057b888c027e5dac7 /src/target/arm7_9_common.h
parent5d1a9033ab89b017c95e79590d76abbfa61f7512 (diff)
downloadopenocd+libswd-aa7c449600d6f6d634f587de6091421a1a877af5.tar.gz
openocd+libswd-aa7c449600d6f6d634f587de6091421a1a877af5.tar.bz2
openocd+libswd-aa7c449600d6f6d634f587de6091421a1a877af5.tar.xz
openocd+libswd-aa7c449600d6f6d634f587de6091421a1a877af5.zip
target: don't implicitly include "breakpoint.h"
Most files in the tree seem to have ended up including this, and *quite* needlessly ... only code implementing or using breakpoints actually needs these declarations. So take it out of the header files which included it, and put it in files which use it ... reduce needless interdependencies. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index d70bae26..e5a2bb71 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -29,7 +29,6 @@
#ifndef ARM7_9_COMMON_H
#define ARM7_9_COMMON_H
-#include "breakpoints.h"
#include "armv4_5.h"
#define ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */