diff options
Diffstat (limited to 'gcc/config/rl78/rl78.c')
-rw-r--r-- | gcc/config/rl78/rl78.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index 33f4e64cb10..8cf4974eecd 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -64,7 +64,6 @@ #include "tm_p.h" #include "debug.h" #include "target.h" -#include "target-def.h" #include "langhooks.h" #include "rl78-protos.h" #include "dumpfile.h" @@ -74,6 +73,8 @@ #include "insn-flags.h" /* for gen_*(). */ #include "builtins.h" #include "stringpool.h" + +#include "target-def.h" static inline bool is_interrupt_func (const_tree decl); static inline bool is_brk_interrupt_func (const_tree decl); |