summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 22b71d9a8cf..95907fb5124 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -27,12 +27,9 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "tm.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 "varasm.h"
@@ -40,7 +37,6 @@ along with GCC; see the file COPYING3. If not see
#include "print-tree.h"
#include "tree-inline.h"
#include "langhooks.h"
-#include "hashtab.h"
#include "toplev.h"
#include "flags.h"
#include "debug.h"
@@ -49,7 +45,6 @@ along with GCC; see the file COPYING3. If not see
#include "dominance.h"
#include "cfg.h"
#include "basic-block.h"
-#include "hash-map.h"
#include "is-a.h"
#include "plugin-api.h"
#include "hard-reg-set.h"
@@ -80,7 +75,6 @@ along with GCC; see the file COPYING3. If not see
#include "ipa-inline.h"
#include "cfgloop.h"
#include "gimple-pretty-print.h"
-#include "statistics.h"
#include "insn-config.h"
#include "expmed.h"
#include "dojump.h"