]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-sccvn.c
tree-ssa.h: Remove all #include's
[thirdparty/gcc.git] / gcc / tree-ssa-sccvn.c
index 91604e2a54e272b137e131b175310284325108b1..ed4e1db718c6f6553a735f4e376a35c4ae694052 100644 (file)
@@ -26,13 +26,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "gimple-pretty-print.h"
 #include "tree-inline.h"
-#include "tree-ssa.h"
 #include "gimple.h"
+#include "gimple-ssa.h"
+#include "tree-phinodes.h"
+#include "ssa-iterators.h"
+#include "tree-ssanames.h"
+#include "tree-dfa.h"
+#include "tree-ssa.h"
 #include "dumpfile.h"
 #include "hash-table.h"
 #include "alloc-pool.h"
 #include "flags.h"
-#include "bitmap.h"
 #include "cfgloop.h"
 #include "params.h"
 #include "tree-ssa-propagate.h"