diff options
Diffstat (limited to 'gcc/cilk-common.c')
-rw-r--r-- | gcc/cilk-common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cilk-common.c b/gcc/cilk-common.c index 8b358378799..594ab5c5783 100644 --- a/gcc/cilk-common.c +++ b/gcc/cilk-common.c @@ -23,25 +23,20 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" #include "stor-layout.h" #include "langhooks.h" -#include "hashtab.h" #include "tm.h" #include "hard-reg-set.h" #include "function.h" #include "rtl.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |