diff options
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index ae45ea2b18e..4ec801218ab 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -47,7 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimplify.h" #include "dumpfile.h" |