]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/options.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / fortran / options.c
index 24b13c11c807779903720e51cda65d67eafd8778..a356f538eaae96fdbbfc4089b324aaff225da860 100644 (file)
@@ -21,12 +21,21 @@ along with GCC; see the file COPYING3.  If not see
 #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 "wide-int.h"
+#include "inchash.h"
 #include "tree.h"
 #include "flags.h"
 #include "intl.h"
 #include "opts.h"
 #include "toplev.h"  /* For save_decoded_options.  */
-#include "options.h"
 #include "params.h"
 #include "tree-inline.h"
 #include "gfortran.h"