From c3670418772058641e13f149e954d50f0225f0d4 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 29 Mar 1998 22:48:16 +0000 Subject: [PATCH] * rs6000.c: Do not include stdioh or ctype.h anymore. From-SVN: r18905 --- gcc/ChangeLog | 2 ++ gcc/config/rs6000/rs6000.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4e20621b7c..9522ee6e681 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com) + * rs6000.c: Do not include stdioh or ctype.h anymore. + * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H). (stor-layout.o): Likewise. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 3be059db13f..db906be0fa3 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include #include "config.h" #include "system.h" #include "rtl.h" -- 2.30.2