openocd/src/xsvf
Zachary T Welch cb4a475f6c change #include "jtag.h" to <jtag/jtag.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "jtag.h"

the following form should be used.

	#include <jtag/jtag.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:33 -08:00
..
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
xsvf.c change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
xsvf.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00