diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 53ed71dfa336..fd8b554c656c 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 7 15:58:54 1998 Kaveh R. Ghazi + + * g77spec.c: Don't include gansidecl.h. + * output.j: Likewise. + 1998-11-04 Dave Love * g77.texi: Small formatting/indexing fixes. diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index 79d36379a71c..d5d6ccdd5112 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -46,7 +46,6 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" -#include "gansidecl.h" #include #ifndef MATH_LIBRARY diff --git a/gcc/f/output.j b/gcc/f/output.j index f995fcbd9362..2816b7e5481d 100644 --- a/gcc/f/output.j +++ b/gcc/f/output.j @@ -22,7 +22,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef MAKING_DEPENDENCIES #ifndef _J_f_output #define _J_f_output -#include "gansidecl.h" #include "output.h" #endif #endif