change #include "arm_jtag.h" to <target/arm_jtag.h>
commit15accefbe284cfa0c4735ecb5ae3d2127ac8cfff
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:41 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
tree0e069c2fd8fdca8e82296325b3ead0e63e3c3c8d
parent98eea5680b491a26812214ddfeeafb3f088b94aa
change #include "arm_jtag.h" to <target/arm_jtag.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "arm_jtag.h"

the following form should be used.

#include <target/arm_jtag.h>

The exception is from .c files in the same directory.
src/target/arm7_9_common.h
src/target/arm_adi_v5.h
src/target/etm.h