change #include "image.h" to <target/image.h>
commit7da02a8330d48f05f1ea9af93adb572f083aa728
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:47 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
tree35930fa55472c98f3f028ac3848ce90b97b75a60
parent0241b1e1054e7d3d187c0a41c7ffefab321b6b67
change #include "image.h" to <target/image.h>

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

#include "image.h"

the following form should be used.

#include <target/image.h>

The exception is from .c files in the same directory.
src/flash/flash.c
src/flash/nor/ecos.c
src/flash/nor/faux.c
src/flash/nor/lpc2900.c
src/server/gdb_server.c