diff options
Diffstat (limited to 'gcc/fortran/options.c')
-rw-r--r-- | gcc/fortran/options.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c index 24b13c1..a356f53 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -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" |