openocd/src/server
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
..
httpd Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
gdb_server.c target: don't implicitly include "breakpoint.h" 2009-11-16 00:34:57 -08:00
gdb_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
httpd.c httpd: fix warnings, more robust error handling, improved MIME handling 2009-11-10 08:50:06 +01:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
server.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
tcl_server.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
tcl_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
telnet_server.c command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00
telnet_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00