]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/postreload-gcse.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / postreload-gcse.c
index 5e2c3e596227d96009d69d32f0809bc2a6c900d7..8d826328bd358836263000be4ebe08981ae5855d 100644 (file)
@@ -25,6 +25,15 @@ along with GCC; see the file COPYING3.  If not see
 
 #include "hash-table.h"
 #include "rtl.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 "tm_p.h"
 #include "regs.h"
@@ -33,10 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "insn-config.h"
 #include "recog.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"