diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 1971ecdb1de..7c4e1502bc2 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -55,15 +55,10 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "regs.h" #include "symtab.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "insn-config.h" #include "expmed.h" @@ -92,7 +87,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "cfgloop.h" #include "dumpfile.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |