diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index da2c8f614f8..3da5212e512 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -22,12 +22,9 @@ 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" @@ -35,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "attribs.h" #include "predict.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" #include "basic-block.h" @@ -45,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -66,7 +61,6 @@ along with GCC; see the file COPYING3. If not see #include "bitmap.h" #include "langhooks.h" #include "target.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |