diff options
Diffstat (limited to 'gcc/config/iq2000/iq2000.c')
-rw-r--r-- | gcc/config/iq2000/iq2000.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/iq2000/iq2000.c b/gcc/config/iq2000/iq2000.c index a16add75e32..df29089b825 100644 --- a/gcc/config/iq2000/iq2000.c +++ b/gcc/config/iq2000/iq2000.c @@ -52,7 +52,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "debug.h" #include "target.h" -#include "target-def.h" #include "langhooks.h" #include "dominance.h" #include "cfg.h" @@ -66,6 +65,8 @@ along with GCC; see the file COPYING3. If not see #include "df.h" #include "builtins.h" +#include "target-def.h" + /* Enumeration for all of the relational tests, so that we can build arrays indexed by the test type, and not worry about the order of EQ, NE, etc. */ |