]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lto/lto.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / lto / lto.c
index 58e952f576b7e498a5eadb5d05be5ffaa8b891c4..ed69c74a712897c39b6d228c08bd792bb22024c0 100644 (file)
@@ -23,7 +23,20 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "opts.h"
 #include "toplev.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 "real.h"
+#include "fixed-value.h"
 #include "tree.h"
+#include "fold-const.h"
 #include "stor-layout.h"
 #include "diagnostic-core.h"
 #include "tm.h"
@@ -32,10 +45,6 @@ along with GCC; see the file COPYING3.  If not see
 #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 "hard-reg-set.h"
 #include "input.h"
 #include "function.h"