]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/graphite.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / graphite.c
index 8af8c759dcc0af503f23bba954ddf82b168f162b..d633da602007b18589d1a0d29e96f57cfdaec431 100644 (file)
@@ -48,21 +48,13 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "diagnostic-core.h"
 #include "alias.h"
-#include "symtab.h"
-#include "options.h"
+#include "backend.h"
 #include "tree.h"
-#include "fold-const.h"
-#include "predict.h"
-#include "tm.h"
+#include "gimple.h"
 #include "hard-reg-set.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
+#include "options.h"
+#include "fold-const.h"
 #include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "gimple-iterator.h"
 #include "tree-cfg.h"
 #include "tree-ssa-loop.h"