change #include "arm966e.h" to <target/arm966e.h>
commit41e92d8a7a987a5bbdeb7e5b36595c8bcc62e620
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:38 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
tree255396209645951de445dcb582ed4224eddf01c3
parent447f0896dd4652b240e316275913a6e13b11d03e
change #include "arm966e.h" to <target/arm966e.h>

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

#include "arm966e.h"

the following form should be used.

#include <target/arm966e.h>

The exception is from .c files in the same directory.
src/flash/nor/str9x.c