]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/opts-global.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / opts-global.c
index 7a2f76da2196c0d64901be3c4edd5e41a57a1be3..b61bdcf3ccc4e58fcc6cf357e358ecb7accdc6a8 100644 (file)
@@ -24,12 +24,18 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "opts.h"
 #include "flags.h"
-#include "tree.h" /* Required by langhooks.h.  */
-#include "predict.h"
-#include "vec.h"
-#include "hashtab.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" /* Required by langhooks.h.  */
+#include "fold-const.h"
+#include "predict.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "input.h"