change #include "jtag.h" to <jtag/jtag.h>
commitcb4a475f6c26ff197cd9d601b0b9f86653d961a2
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:31 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:33 +0000 (3 04:24 -0800)
tree679321e3b4f06746d455905c1110e3e27d4b7641
parent165fb9309d16ff91967f26ce8c01bfd176371506
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.
15 files changed:
src/ecosboard.c
src/flash/nor/str9xpec.h
src/jtag/commands.h
src/jtag/interface.h
src/openocd.c
src/pld/virtex2.h
src/server/gdb_server.c
src/svf/svf.c
src/svf/svf.h
src/target/arm_dpm.c
src/target/arm_jtag.h
src/target/avrt.h
src/target/mips_ejtag.h
src/target/target.c
src/xsvf/xsvf.c