* config/ia64/ia64.c: Delete stdio.h and ctype.h includes.

From-SVN: r33007
This commit is contained in:
Jim Wilson 2000-04-07 18:51:44 +00:00 committed by Jim Wilson
parent 1c81f9fe75
commit fbc18d1984
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2000-04-07 Jason Merrill <jason@casey.cygnus.com>
* calls.c (expand_call): emit_queue if we're trying a sibcall.

View File

@ -20,8 +20,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"