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 b492ff0..7004a46 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" #include "pointer-set.h" #include "tree-affine.h" -#include "gimple.h" +#include "gimplify.h" #include "flags.h" #include "dumpfile.h" |