aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r--gcc/loop-init.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c
index 767b8ac..3c6f1c7 100644
--- a/gcc/loop-init.c
+++ b/gcc/loop-init.c
@@ -25,6 +25,17 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "regs.h"
#include "obstack.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "hard-reg-set.h"
+#include "input.h"
+#include "function.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfgcleanup.h"
#include "basic-block.h"
#include "cfgloop.h"
#include "tree-pass.h"