change #include "embeddedice.h" to <target/embeddedice.h>
commit1650ab3a22d62c834126138f253643031c8418ba
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:45 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
treef2babdf61ea143b24ee2d081ae7222f6eff4bba1
parent26e4fac57e2e022409b63a444928a41399a0a76b
change #include "embeddedice.h" to <target/embeddedice.h>

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

#include "embeddedice.h"

the following form should be used.

#include <target/embeddedice.h>

The exception is from .c files in the same directory.
src/flash/nor/ecos.c
src/flash/nor/ocl.c
src/jtag/minidummy/minidummy.c
src/jtag/zy1000/zy1000.c
src/target/arm7tdmi.h
src/target/arm9tdmi.h