change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>
commit56adfadb5de436ea627dc04a537917318317fd01
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)
treed8326f0cdd9a6317bdd090b346b589d444d57637
parentddea03304310e1342ee127fc7e6507bbfb237ae4
change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>

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

#include "armv4_5_cache.h"

the following form should be used.

#include <target/armv4_5_cache.h>

The exception is from .c files in the same directory.
src/target/armv4_5_mmu.h
src/target/armv7a.h