diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 96e7b53fa26..5d4beacc0c2 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -45,9 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "insn-attr.h" #include "recog.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "function.h" #include "predict.h" @@ -56,9 +53,7 @@ along with GCC; see the file COPYING3. If not see #include "cfgrtl.h" #include "basic-block.h" #include "symtab.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "expmed.h" #include "dojump.h" |