diff options
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r-- | gcc/tree-ssa-alias.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index 540850fc5cb..9631843df41 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -27,18 +27,16 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "target.h" #include "basic-block.h" -#include "timevar.h" +#include "timevar.h" /* for TV_ALIAS_STMT_WALK */ #include "ggc.h" #include "langhooks.h" #include "flags.h" #include "function.h" #include "tree-pretty-print.h" -#include "tree-dump.h" +#include "dumpfile.h" #include "gimple.h" #include "tree-flow.h" #include "tree-inline.h" -#include "tree-pass.h" -#include "convert.h" #include "params.h" #include "vec.h" #include "bitmap.h" |