]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfghooks.c
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / cfghooks.c
index 09c7f6d6fe296ad38e1c870edc686927b27de405..a0cdbfc02daf918a2af666bcf8defecef2851a1b 100644 (file)
@@ -25,6 +25,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "tree.h"
 #include "rtl.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 "cfganal.h"
 #include "basic-block.h"
 #include "tree-ssa.h"
 #include "timevar.h"