change #include "arm7_9_common.h" to <target/arm7_9_common.h>
commit9e3136a5f84a402ae9f5c9e24a1e6c2a7451aac3
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:37 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
treef06ab356a17ad1ba4e232465e023f6e09b9eb4f7
parent28b17945059a4dcca4dba0ef30d07f0c3f328366
change #include "arm7_9_common.h" to <target/arm7_9_common.h>

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

#include "arm7_9_common.h"

the following form should be used.

#include <target/arm7_9_common.h>

The exception is from .c files in the same directory.
src/flash/nor/str9xpec.c
src/target/embeddedice.h