]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgloopanal.c
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / cfgloopanal.c
index 006b4197028a1bac384c11ceb840d06f8e6e561a..a2722cb3e6077133a91fb78fcfbe3ea6f687f372 100644 (file)
@@ -24,6 +24,15 @@ along with GCC; see the file COPYING3.  If not see
 #include "rtl.h"
 #include "hard-reg-set.h"
 #include "obstack.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "input.h"
+#include "function.h"
+#include "dominance.h"
+#include "cfg.h"
 #include "basic-block.h"
 #include "cfgloop.h"
 #include "expr.h"