]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-dump.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / tree-dump.c
index a30bbb2ff7bac07fd3f154eaba472f157919c348..620b39136549300ed6270307c8cd46fa7be609e0 100644 (file)
@@ -22,7 +22,18 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tm.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 "real.h"
 #include "tree.h"
+#include "fixed-value.h"
 #include "splay-tree.h"
 #include "filenames.h"
 #include "tree-dump.h"
@@ -30,7 +41,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-iterator.h"
 #include "tree-pretty-print.h"
 #include "tree-cfg.h"
-#include "wide-int.h"
 #include "wide-int-print.h"
 
 static unsigned int queue (dump_info_p, const_tree, int);