]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgexpand.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / cfgexpand.c
index 1026f67cd6a8dc3c898f77e512092de8a38dd9b3..366fc0a684bda5790372c79e77785a4dbb5cb8b7 100644 (file)
@@ -23,7 +23,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "rtl.h"
 #include "hard-reg-set.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 "wide-int.h"
+#include "inchash.h"
 #include "tree.h"
+#include "fold-const.h"
 #include "stringpool.h"
 #include "varasm.h"
 #include "stor-layout.h"