diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 377ab0d..e22e294 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "flags.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "predict.h" #include "dominance.h" @@ -38,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "diagnostic-core.h" #include "coverage.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -46,7 +44,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 "varasm.h" #include "tree-nested.h" |