diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index c858c84103e..e6deaaac362 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -51,21 +51,16 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.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 "stor-layout.h" #include "varasm.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |