diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index b1ccc18adf3..2f43a89cd63 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "line-map.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -74,7 +72,6 @@ along with GCC; see the file COPYING3. If not see #include "hosthooks.h" #include "predict.h" #include "basic-block.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |