diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 95907fb5124..e530568a536 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -45,7 +44,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 "hard-reg-set.h" #include "function.h" |