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.
__archive__
Zachary T Welch 2009-12-03 04:14:48 -08:00
parent 7da02a8330
commit a8880f0b5a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#endif
#include "pic32mx.h"
#include "mips32.h"
#include <target/mips32.h>
static