summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 8314ecfc483..d13bcd3a645 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -26,10 +26,11 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
#include "tree.h"
+#include "gimple.h"
+#include "rtl.h"
+#include "alias.h"
#include "fold-const.h"
#include "varasm.h"
#include "calls.h"
@@ -40,19 +41,10 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "debug.h"
#include "target.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
-#include "hard-reg-set.h"
-#include "function.h"
#include "cgraph.h"
#include "intl.h"
-#include "tree-ssa-alias.h"
#include "internal-fn.h"
#include "tree-eh.h"
-#include "gimple-expr.h"
-#include "gimple.h"
#include "gimple-iterator.h"
#include "timevar.h"
#include "dumpfile.h"
@@ -62,7 +54,6 @@ along with GCC; see the file COPYING3. If not see
#include "value-prof.h"
#include "except.h"
#include "diagnostic-core.h"
-#include "rtl.h"
#include "ipa-utils.h"
#include "lto-streamer.h"
#include "alloc-pool.h"