]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stor-layout.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / stor-layout.c
index 8672b55ba8d8cb9e83544d54c2a95ca17d4e567e..8bcee591dc7831787a048c3c54542f0ffa4ba56b 100644 (file)
@@ -22,7 +22,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tm.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 "stor-layout.h"
 #include "stringpool.h"
 #include "varasm.h"
@@ -30,10 +40,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "rtl.h"
 #include "tm_p.h"
 #include "flags.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "vec.h"
-#include "machmode.h"
 #include "hard-reg-set.h"
 #include "input.h"
 #include "function.h"