openocd/src
Zachary T Welch 264d24495d change #include "command.h" to <helper/command.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "command.h"

the following form should be used.

	#include <helper/command.h>

The exception is from .c files in the same directory.
2009-12-03 04:22:48 -08:00
..
flash change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
helper change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
jtag change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
pld change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
server stubs: buildfix 2009-12-02 15:24:14 -08:00
svf normalize headers to make changing easier 2009-12-03 04:20:31 -08:00
target change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
xsvf change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
Makefile.am adding files required for distribution 2009-12-02 18:29:05 -08:00
ecosboard.c remove BUILD_IOUTIL symbol 2009-12-02 13:26:26 -08:00
hello.c fix foo command group help messages 2009-11-30 16:29:34 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c remove #if BUILD_HTTPD 2009-12-02 13:26:26 -08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00