diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index d381f58d219..70123bfa5c4 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -25,22 +25,17 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "diagnostic-core.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 "tm_p.h" #include "flags.h" #include "insn-config.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |