diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 08b9cea..526e617 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -36,7 +36,6 @@ #include "stor-layout.h" #include "tm_p.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "tree-dump.h" #include "tree-inline.h" @@ -57,6 +56,20 @@ #include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" +#include "hashtab.h" +#include "rtl.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */ #include "langhooks.h" #include "gimple-low.h" |