change #include "armv4_5.h" to <target/armv4_5.h>
commitddea03304310e1342ee127fc7e6507bbfb237ae4
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:42 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
tree5887aac2edfb178addb8eacccaa01938194cd7b7
parent15accefbe284cfa0c4735ecb5ae3d2127ac8cfff
change #include "armv4_5.h" to <target/armv4_5.h>

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

#include "armv4_5.h"

the following form should be used.

#include <target/armv4_5.h>

The exception is from .c files in the same directory.
src/flash/arm_nandio.c
src/flash/nand/orion.c
src/flash/nor/aduc702x.c
src/flash/nor/cfi.c
src/flash/nor/lpc2900.c
src/flash/nor/str7x.c
src/target/arm11.h
src/target/arm7_9_common.h
src/target/armv7a.h
src/target/armv7m.h
src/target/xscale.h