target: don't implicitly include "breakpoint.h"
commitaa7c449600d6f6d634f587de6091421a1a877af5
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 08:34:57 +0000 (16 00:34 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 08:34:57 +0000 (16 00:34 -0800)
tree4db1820d0ba330d23e07177057b888c027e5dac7
parent5d1a9033ab89b017c95e79590d76abbfa61f7512
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>
12 files changed:
src/server/gdb_server.c
src/target/arm11.c
src/target/arm7_9_common.c
src/target/arm7_9_common.h
src/target/armv4_5.c
src/target/armv7m.c
src/target/cortex_a8.c
src/target/cortex_m3.c
src/target/mips_m4k.c
src/target/target.c
src/target/target.h
src/target/xscale.c