change #include "arm9tdmi.h" to <target/arm9tdmi.h>
commit2c35b35e111b5a23a3316e02e419c212840c4cc2
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:39 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
tree95137ca636b6a36ce4142da55ff13f49c58d523e
parent41e92d8a7a987a5bbdeb7e5b36595c8bcc62e620
change #include "arm9tdmi.h" to <target/arm9tdmi.h>

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

#include "arm9tdmi.h"

the following form should be used.

#include <target/arm9tdmi.h>

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