From: Jeffrey A Law Date: Sun, 29 Mar 1998 22:48:16 +0000 (+0000) Subject: * rs6000.c: Do not include stdioh or ctype.h anymore. X-Git-Tag: prereleases/egcs-1.1-prerelease~1884 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3670418772058641e13f149e954d50f0225f0d4;p=thirdparty%2Fgcc.git * rs6000.c: Do not include stdioh or ctype.h anymore. From-SVN: r18905 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4e20621b7c8..9522ee6e681d 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 3be059db13fd..db906be0fa37 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"