change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
commit377c5504b9cd040aa986d0927ab8aa49032b8584
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)
treefd8a953d0b61506d021ddb029b7b794d3c94c355
parent56adfadb5de436ea627dc04a537917318317fd01
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>

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

#include "armv4_5_mmu.h"

the following form should be used.

#include <target/armv4_5_mmu.h>

The exception is from .c files in the same directory.
src/target/arm720t.h
src/target/arm920t.h
src/target/arm926ejs.h
src/target/armv7a.h
src/target/xscale.h