]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfg.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / cfg.c
index d34c4bfb65063aa3fe08abd8cb88a27a59bb5db2..d96be45a39136b5b651405533b93e82a90183f95 100644 (file)
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -53,6 +53,16 @@ along with GCC; see the file COPYING3.  If not see
 #include "ggc.h"
 #include "hash-table.h"
 #include "alloc-pool.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "vec.h"
+#include "double-int.h"
+#include "input.h"
+#include "alias.h"
+#include "symtab.h"
+#include "options.h"
+#include "wide-int.h"
+#include "inchash.h"
 #include "tree.h"
 #include "predict.h"
 #include "vec.h"