change #include "mips32_pracc.h" to <target/mips32_pracc.h>
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.
This commit is contained in:
parent
a8880f0b5a
commit
36e53978b9
|
@ -24,7 +24,7 @@
|
|||
#define MIPS32_H
|
||||
|
||||
#include "target.h"
|
||||
#include "mips32_pracc.h"
|
||||
#include <target/mips32_pracc.h>
|
||||
|
||||
|
||||
#define MIPS32_COMMON_MAGIC 0xB320B320
|
||||
|
|
Loading…
Reference in New Issue