* rs6000.c: Do not include stdioh or ctype.h anymore.

From-SVN: r18905
This commit is contained in:
Jeffrey A Law 1998-03-29 22:48:16 +00:00 committed by Jeff Law
parent d50c644310
commit c367041877
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 <stdio.h>
#include <ctype.h>
#include "config.h"
#include "system.h"
#include "rtl.h"