]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/go/go-gcc.cc
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / go / go-gcc.cc
index 1566552cea64367af31abd023efc8c81ba444a87..d8b80b6d20888cb0e128126e341d2777467bbbb6 100644 (file)
 // include it here before tree.h includes it later.
 #include <gmp.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 "fold-const.h"
 #include "stringpool.h"
 #include "stor-layout.h"
 #include "varasm.h"
 #include "hash-map.h"
 #include "is-a.h"
 #include "plugin-api.h"
-#include "vec.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "machmode.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "input.h"