summaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index 1dc04bf0eb9..bf57707f60d 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -91,17 +91,15 @@ a register with any other reload. */
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "tree.h"
+#include "rtl.h"
+#include "df.h"
#include "rtl-error.h"
#include "tm_p.h"
#include "insn-config.h"
-#include "symtab.h"
-#include "hard-reg-set.h"
-#include "function.h"
-#include "rtl.h"
#include "flags.h"
#include "alias.h"
-#include "tree.h"
#include "expmed.h"
#include "dojump.h"
#include "explow.h"
@@ -113,11 +111,6 @@ a register with any other reload. */
#include "insn-codes.h"
#include "optabs.h"
#include "recog.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "df.h"
#include "reload.h"
#include "regs.h"
#include "addresses.h"