diff options
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r-- | gcc/cselib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c index 6383a8753e3..ece22400e84 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -37,7 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "ggc.h" #include "hashtab.h" -#include "tree-pass.h" +#include "dumpfile.h" #include "cselib.h" #include "params.h" #include "alloc-pool.h" |