]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / gimple.c
index 2af285f7a6dd5faa75127ab2855bc9eee986aac1..9eb7b14fd73c2b5b5491b991f9e68e0db10a3680 100644 (file)
@@ -24,16 +24,22 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "target.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 "calls.h"
 #include "stmt.h"
 #include "stor-layout.h"
 #include "hard-reg-set.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"