change #include "mips32.h" to <target/mips32.h>
commita8880f0b5ab7f5c9d4d3b031fd487caac766b99f
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:48 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
treef109c5e50a5e777ba9e25a821b4a80e1e107273c
parent7da02a8330d48f05f1ea9af93adb572f083aa728
change #include "mips32.h" to <target/mips32.h>

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

#include "mips32.h"

the following form should be used.

#include <target/mips32.h>

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