aboutsummaryrefslogtreecommitdiff
path: root/gcc/web.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/web.c')
-rw-r--r--gcc/web.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/gcc/web.c b/gcc/web.c
index 7ffe633..0ea2752 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -36,19 +36,13 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "rtl.h"
+#include "df.h"
#include "diagnostic-core.h"
-#include "rtl.h"
-#include "hard-reg-set.h"
#include "flags.h"
#include "obstack.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
-#include "df.h"
#include "insn-config.h"
#include "recog.h"
#include "tree-pass.h"