]> git.sur5r.net Git - openocd/commitdiff
change #include "mips32.h" to <target/mips32.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:48 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (04:24 -0800)
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

index 9bb6c97edd2b50c4a603a9e52abf5b6499a8c110..d2289b297ffabec997f5e9bf496526e7178fa585 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 #include "pic32mx.h"
-#include "mips32.h"
+#include <target/mips32.h>
 
 
 static