diff options
Diffstat (limited to 'gcc/fortran/cpp.c')
-rw-r--r-- | gcc/fortran/cpp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index 85a2c79..8b12626 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -20,13 +20,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "target.h" -#include "tree.h" #include "gfortran.h" -#include "tm_p.h" /* Target prototypes. */ #include "diagnostic.h" -#include "alias.h" -#include "version.h" -#include "flags.h" #include "toplev.h" |