diff options
author | Jim Wilson <wilson@cygnus.com> | 2000-04-07 18:51:44 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2000-04-07 11:51:44 -0700 |
commit | fbc18d1984e7b4c919f7e5a3aa05e0287270785a (patch) | |
tree | 69851262a7cbd4348b4eb626b65a957a811120ff /gcc | |
parent | 1c81f9fe755db4b65598f350b5e252ced06c194e (diff) | |
download | gcc-fbc18d1984e7b4c919f7e5a3aa05e0287270785a.zip gcc-fbc18d1984e7b4c919f7e5a3aa05e0287270785a.tar.gz gcc-fbc18d1984e7b4c919f7e5a3aa05e0287270785a.tar.bz2 |
Fix nit.
* config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
From-SVN: r33007
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 |
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" |