From: Kaveh R. Ghazi Date: Sat, 7 Nov 1998 13:01:19 +0000 (+0000) Subject: g77spec.c: Don't include gansidecl.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c5f7dc58a33a908dc3e25fdf9992260bc3f1262;p=gcc.git g77spec.c: Don't include gansidecl.h. * g77spec.c: Don't include gansidecl.h. * output.j: Likewise. From-SVN: r23559 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 53ed71dfa33..fd8b554c656 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 79d36379a71..d5d6ccdd511 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 f995fcbd936..2816b7e5481 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