]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sese.c
tree-ssa.h: Remove all #include's
[thirdparty/gcc.git] / gcc / sese.c
index a78a7967772533fc99cc6c984b5dc9e125919b03..1daf45762588a8849915b039d79b07c9ba3efbcc 100644 (file)
@@ -25,7 +25,14 @@ along with GCC; see the file COPYING3.  If not see
 #include "hash-table.h"
 #include "tree.h"
 #include "tree-pretty-print.h"
-#include "tree-ssa.h"
+#include "gimple.h"
+#include "gimple-ssa.h"
+#include "tree-cfg.h"
+#include "tree-phinodes.h"
+#include "ssa-iterators.h"
+#include "tree-ssanames.h"
+#include "tree-ssa-loop.h"
+#include "tree-into-ssa.h"
 #include "cfgloop.h"
 #include "tree-chrec.h"
 #include "tree-data-ref.h"