]> git.gag.com Git - fw/openocd/commitdiff
change #include "mips32_pracc.h" to <target/mips32_pracc.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:49 +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_pracc.h"

the following form should be used.

#include <target/mips32_pracc.h>

The exception is from .c files in the same directory.

src/target/mips32.h

index 7d1928e5b057781d7b657aaaa33864fd4b425952..ee5bd421cdff8410b0e8f55afd5d7db006c85b3d 100644 (file)
@@ -24,7 +24,7 @@
 #define MIPS32_H
 
 #include "target.h"
-#include "mips32_pracc.h"
+#include <target/mips32_pracc.h>
 
 
 #define MIPS32_COMMON_MAGIC            0xB320B320