]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-into-ssa.c
tree-ssa.h: Remove all #include's
[thirdparty/gcc.git] / gcc / tree-into-ssa.c
index 5a04ee7924fa56646f01dfc0452aa4ffc7e0b93c..981e9f4bfb4b2cd62b50d81aa19916d5560c8953 100644 (file)
@@ -29,9 +29,15 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "function.h"
 #include "gimple-pretty-print.h"
-#include "bitmap.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-into-ssa.h"
+#include "tree-dfa.h"
+#include "tree-ssa.h"
 #include "tree-inline.h"
 #include "hash-table.h"
 #include "tree-pass.h"