]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/decl.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / java / decl.c
index 0c0ad5201e954ec37054f315459c8689fbcf5598..72133b4fcd2f84d16deecea1b8fc3a5961d087e8 100644 (file)
@@ -27,6 +27,17 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "config.h"
 #include "system.h"
 #include "coretypes.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 "real.h"
+#include "wide-int.h"
+#include "inchash.h"
 #include "tree.h"
 #include "stor-layout.h"
 #include "stringpool.h"
@@ -41,10 +52,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #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"