]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-dfa.c
* gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / tree-dfa.c
index 0ecf7a3e1554c0d463a401a24602bb34999e9e2f..970b61c62e9a19e7c125e3e7c9e79e36a1a3a29b 100644 (file)
@@ -23,16 +23,18 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "hashtab.h"
-#include "pointer-set.h"
 #include "tree.h"
 #include "stor-layout.h"
 #include "tm_p.h"
 #include "basic-block.h"
-#include "ggc.h"
 #include "langhooks.h"
 #include "flags.h"
 #include "function.h"
 #include "tree-pretty-print.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "gimple-expr.h"
+#include "is-a.h"
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-walk.h"