diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 991a6b5800e..112fba636fb 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -28,7 +28,7 @@ #include "flags.h" #include "basic-block.h" #include "tree.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-inline.h" #include "diagnostic-core.h" #include "gimple.h" |