diff options
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 556f0fd96d..de6be29d99 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -3,9 +3,9 @@ #define TARGET_HAS_ICE 1 +#include "config.h" #include "mips-defs.h" #include "cpu-defs.h" -#include "config.h" #include "softfloat.h" typedef union fpr_t fpr_t; |