diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 47b3587deec..fdfb8efab5b 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -31,12 +31,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "calls.h" @@ -56,8 +53,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "diagnostic-core.h" #include "recog.h" -#include "hashtab.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -70,7 +65,6 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "target.h" #include "cfgloop.h" -#include "hash-map.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" |