diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index fe79dc041b0..1f6311c295c 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -26,28 +26,16 @@ #include "gimple.h" #include "tm_p.h" #include "stringpool.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "tree-dump.h" #include "tree-inline.h" -#include "internal-fn.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimple-walk.h" -#include "tree-iterator.h" #include "tree-cfg.h" -#include "flags.h" -#include "dojump.h" #include "explow.h" -#include "calls.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" #include "gomp-constants.h" |