From adbea5d454ec3c64cdd848638ea61ebc03470599 Mon Sep 17 00:00:00 2001 From: tobi Date: Sat, 8 Jan 2005 13:35:18 +0000 Subject: [PATCH] * gfortran.h: Remove outdated comment. Don't include stdio.h explicitly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93082 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/gfortran.h | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7a94e039a8b..8e99cb6faec 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-01-08 Tobias Schl"uter + + * gfortran.h: Remove outdated comment. Don't include stdio.h + explicitly. + 2005-01-06 Tobias Schlueter * gfortranspec.c (lang_specific_driver): Change year to 2005 in diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 30074f2d61d..50171253a8d 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -29,8 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA multiple header files. Besides, Microsoft's winnt.h was 250k last time I looked, so by comparison this is perfectly reasonable. */ -/* We need system.h for HOST_WIDE_INT. Including hwint.h by itself doesn't - seem to be sufficient on some systems. */ #include "system.h" #include "coretypes.h" #include "input.h" @@ -54,9 +52,6 @@ char *alloca (); #endif /* do not HAVE_ALLOCA_H */ #endif /* not __GNUC__ */ - -#include /* need FILE * here */ - /* Major control parameters. */ #define GFC_MAX_SYMBOL_LEN 63 -- 2.11.0