diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 37b2de34482..0d891b4fdfb 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -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" |