diff options
Diffstat (limited to 'gcc/config/m32c/m32c.c')
-rw-r--r-- | gcc/config/m32c/m32c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c index 7396be5..b9e041e 100644 --- a/gcc/config/m32c/m32c.c +++ b/gcc/config/m32c/m32c.c @@ -53,7 +53,6 @@ #include "optabs.h" #include "except.h" #include "target.h" -#include "target-def.h" #include "tm_p.h" #include "langhooks.h" #include "predict.h" @@ -75,6 +74,8 @@ #include "tm-constrs.h" #include "builtins.h" +#include "target-def.h" + /* Prototypes */ /* Used by m32c_pushm_popm. */ |