]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree.c
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / tree.c
index ea106cee37561479ce43e15d1c0bb1ba51134e68..25aa3e2a35694a8115af984d8044c3b2b8e5b77e 100644 (file)
@@ -33,6 +33,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "flags.h"
 #include "tree.h"
+#include "stor-layout.h"
+#include "calls.h"
+#include "attribs.h"
+#include "varasm.h"
 #include "tm_p.h"
 #include "function.h"
 #include "obstack.h"
@@ -54,7 +58,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-ssa.h"
 #include "cgraph.h"
 #include "tree-phinodes.h"
+#include "stringpool.h"
 #include "tree-ssanames.h"
+#include "expr.h"
 #include "tree-dfa.h"
 #include "params.h"
 #include "pointer-set.h"