]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stmt.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / stmt.c
index f7d5b4b945b0fa00aa8ef0bf0ddcca7eb104ff68..3cc058e723eb3897a62335977427deef31538c6a 100644 (file)
@@ -43,16 +43,20 @@ along with GCC; see the file COPYING3.  If not see
 #include "machmode.h"
 #include "diagnostic-core.h"
 #include "output.h"
-#include "ggc.h"
 #include "langhooks.h"
 #include "predict.h"
 #include "optabs.h"
 #include "target.h"
+#include "pointer-set.h"
+#include "basic-block.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "gimple-expr.h"
+#include "is-a.h"
 #include "gimple.h"
 #include "regs.h"
 #include "alloc-pool.h"
 #include "pretty-print.h"
-#include "pointer-set.h"
 #include "params.h"
 #include "dumpfile.h"