diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index b2ad795..381f99c 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -62,7 +61,6 @@ along with GCC; see the file COPYING3. If not see #include "dominance.h" #include "cfg.h" #include "basic-block.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |