summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r--gcc/tree-nested.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index 6b9d753ee52..6b750208dfd 100644
--- a/gcc/tree-nested.c
+++ b/gcc/tree-nested.c
@@ -20,32 +20,24 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
#include "tree.h"
+#include "gimple.h"
+#include "rtl.h"
+#include "alias.h"
#include "fold-const.h"
#include "stringpool.h"
#include "stor-layout.h"
#include "tm_p.h"
-#include "hard-reg-set.h"
-#include "function.h"
#include "tree-dump.h"
#include "tree-inline.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
#include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
#include "gimplify.h"
#include "gimple-iterator.h"
#include "gimple-walk.h"
#include "tree-iterator.h"
-#include "bitmap.h"
#include "cgraph.h"
#include "tree-cfg.h"
-#include "rtl.h"
#include "flags.h"
#include "insn-config.h"
#include "expmed.h"