diff options
Diffstat (limited to 'gcc/fortran/trans-openmp.c')
-rw-r--r-- | gcc/fortran/trans-openmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/trans-openmp.c b/gcc/fortran/trans-openmp.c index ca7e2503c40..294b6ef731d 100644 --- a/gcc/fortran/trans-openmp.c +++ b/gcc/fortran/trans-openmp.c @@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "gimple-expr.h" #include "gimplify.h" /* For create_tmp_var_raw. */ |