target files shouldn't #include <target/...h>
commit6f929dbd93e1b2c0373f389060bf64e60e8194ab
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 13 Dec 2009 20:52:23 +0000 (13 12:52 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 13 Dec 2009 20:52:23 +0000 (13 12:52 -0800)
treebb48b54ab70516822afe05a2464e8382fa1e18c3
parent38e376d232ecb3d6a436a20c09019d1a13b0d42b
target files shouldn't #include <target/...h>

Make these ".h" files adopt the same policy the ".c" files already
follow:  don't use <subsystem/...h> syntax for private interfaces.

If we ever get reviewed/supported "public" interfaces they should
come exclusively from some include/... directory; that'll be the
time to switch to <...> syntax for any subsystem's own interfaces.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
25 files changed:
src/target/arm.h
src/target/arm11.h
src/target/arm11_dbgtap.h
src/target/arm720t.h
src/target/arm7_9_common.h
src/target/arm7tdmi.h
src/target/arm920t.h
src/target/arm926ejs.h
src/target/arm966e.h
src/target/arm9tdmi.h
src/target/arm_adi_v5.h
src/target/armv4_5_mmu.h
src/target/armv7a.h
src/target/armv7m.h
src/target/cortex_a8.h
src/target/cortex_m3.h
src/target/embeddedice.h
src/target/etm.h
src/target/etm_dummy.h
src/target/mips32.h
src/target/mips32_dmaacc.h
src/target/mips32_pracc.h
src/target/oocd_trace.c
src/target/oocd_trace.h
src/target/xscale.h