aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ia64/ia64.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f6f8722..c6e5b97 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 9c3b1f8..362c858 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 <stdio.h>
-#include <ctype.h>
#include "config.h"
#include "system.h"
#include "rtl.h"