diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 19fe8d840a8..966e9d28d5a 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see #include "df.h" #include "tree-ssa-alias.h" #include "pointer-set.h" -#include "tree-flow.h" +#include "tree-ssa.h" /* The aliasing API provided here solves related but different problems: |