diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6f872293bb..c6e5b97614f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 7 11:50:54 2000 Jim Wilson + + * config/ia64/ia64.c: Delete stdio.h and ctype.h includes. + 2000-04-07 Jason Merrill * calls.c (expand_call): emit_queue if we're trying a sibcall. diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 9c3b1f8db18..362c8583e9c 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -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 -#include #include "config.h" #include "system.h" #include "rtl.h"