diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index fdfb8efab5b..4317bd9cb7d 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -31,7 +31,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" @@ -68,7 +67,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 "gimple-iterator.h" #include "gimple-ssa.h" |