diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 9bfcd9854a6..8e342440e0b 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -76,7 +76,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "alloc-pool.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -91,7 +90,6 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "tree-eh.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "stor-layout.h" #include "gimplify.h" |