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 de9f32c46d6..a1050041c42 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -39,9 +39,9 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "langhooks.h" #include "timevar.h" +#include "dumpfile.h" #include "target.h" #include "cgraph.h" -#include "tree-pass.h" #include "df.h" #include "tree-ssa-alias.h" #include "pointer-set.h" |