summaryrefslogtreecommitdiff
path: root/gcc/web.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/web.c')
-rw-r--r--gcc/web.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/web.c b/gcc/web.c
index 90da6c90a75..7e71c90d97a 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -43,14 +43,17 @@ along with GCC; see the file COPYING3. If not see
#include "hard-reg-set.h"
#include "flags.h"
#include "obstack.h"
-#include "basic-block.h"
-#include "df.h"
+#include "predict.h"
+#include "vec.h"
#include "hashtab.h"
#include "hash-set.h"
-#include "vec.h"
#include "machmode.h"
#include "input.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"