diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 24e3c92..d7fa3a5 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -39,7 +39,8 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tree.h" #include "varasm.h" -#include "gimple.h" +#include "basic-block.h" +#include "tree-eh.h" #include "tm_p.h" #include "flags.h" #include "function.h" @@ -51,14 +52,11 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "bitmap.h" -#include "basic-block.h" -#include "ggc.h" #include "debug.h" #include "langhooks.h" #include "df.h" #include "params.h" #include "target.h" -#include "tree-eh.h" struct target_rtl default_target_rtl; #if SWITCHABLE_TARGET |