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

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

#include "target.h"

the following form should be used.

#include <target/target.h>

The exception is from .c files in the same directory.
src/flash/flash.h
src/flash/mflash.c
src/helper/command.c
src/server/httpd.c
src/server/server.c
src/target/armv4_5.h
src/target/mips32.h