Skip to content
Snippets Groups Projects
Commit a8880f0b authored by Zachary T Welch's avatar Zachary T Welch
Browse files

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.
parent 7da02a83
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#endif
#include "pic32mx.h"
#include "mips32.h"
#include <target/mips32.h>
static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment