summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 9228a6abd54..18d6544d0b0 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -32,15 +32,10 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "backend.h"
#include "target.h"
-#include "rtl.h"
#include "tree.h"
#include "gimple.h"
#include "tree-pass.h"
-#include "tm_p.h"
#include "ssa.h"
-#include "expmed.h"
-#include "insn-config.h"
-#include "emit-rtl.h"
#include "cgraph.h"
#include "diagnostic.h"
#include "flags.h"
@@ -49,7 +44,6 @@ along with GCC; see the file COPYING3. If not see
#include "stor-layout.h"
#include "calls.h"
#include "attribs.h"
-#include "varasm.h"
#include "toplev.h" /* get_random_seed */
#include "output.h"
#include "common/common-target.h"
@@ -59,18 +53,11 @@ along with GCC; see the file COPYING3. If not see
#include "internal-fn.h"
#include "gimple-iterator.h"
#include "gimplify.h"
-#include "dojump.h"
-#include "explow.h"
-#include "stmt.h"
-#include "expr.h"
#include "tree-dfa.h"
#include "params.h"
#include "langhooks-def.h"
#include "tree-diagnostic.h"
-#include "tree-pretty-print.h"
#include "except.h"
-#include "debug.h"
-#include "intl.h"
#include "builtins.h"
#include "print-tree.h"
#include "ipa-utils.h"