openocd/src
David Brownell aa7c449600 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>
2009-11-16 00:34:57 -08:00
..
flash lpc2900.h -- remove from Makefile.am too 2009-11-14 14:58:14 -08:00
helper remove unused buf_to_u32_handler 2009-11-14 18:21:02 -08:00
jtag arm-jtag-ew,jlink: switch to COMMAND_HANDLER 2009-11-15 09:12:44 -08:00
pld command_t -> struct command 2009-11-13 13:30:50 -08:00
server target: don't implicitly include "breakpoint.h" 2009-11-16 00:34:57 -08:00
svf command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
target target: don't implicitly include "breakpoint.h" 2009-11-16 00:34:57 -08:00
xsvf command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
ecosboard.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
hello.c command_t -> struct command 2009-11-13 13:30:50 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c remove annoying $URL$ startup message 2009-11-14 12:42:50 -08:00
openocd.h add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00