aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 530e7a9..3570902 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -31,10 +31,18 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
+#include "target.h"
+#include "rtl.h"
#include "tree.h"
#include "gimple.h"
-#include "rtl.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"
#include "alias.h"
#include "fold-const.h"
@@ -42,11 +50,8 @@ along with GCC; see the file COPYING3. If not see
#include "calls.h"
#include "attribs.h"
#include "varasm.h"
-#include "tm_p.h"
#include "toplev.h" /* get_random_seed */
-#include "filenames.h"
#include "output.h"
-#include "target.h"
#include "common/common-target.h"
#include "langhooks.h"
#include "tree-inline.h"
@@ -54,19 +59,13 @@ along with GCC; see the file COPYING3. If not see
#include "internal-fn.h"
#include "gimple-iterator.h"
#include "gimplify.h"
-#include "cgraph.h"
-#include "insn-config.h"
-#include "expmed.h"
#include "dojump.h"
#include "explow.h"
-#include "emit-rtl.h"
#include "stmt.h"
#include "expr.h"
#include "tree-dfa.h"
#include "params.h"
-#include "tree-pass.h"
#include "langhooks-def.h"
-#include "diagnostic.h"
#include "tree-diagnostic.h"
#include "tree-pretty-print.h"
#include "except.h"