diff options
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index 04f166dc5bf..495ffe45603 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -22,11 +22,11 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "tree-pretty-print.h" -#include "tree-dump.h" #include "pointer-set.h" #include "tree-affine.h" #include "gimple.h" #include "flags.h" +#include "dumpfile.h" /* Extends CST as appropriate for the affine combinations COMB. */ |