diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-14 10:06:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-14 10:06:06 +0000 |
commit | 278ed1281c21b826c3180091d4aa2809985aa78c (patch) | |
tree | 3a09e4ad759b7c4ea28e125055843479e800f8df /gas/config/tc-ip2k.c | |
parent | 2808c7aac49eec873c21ea6e2b95f732f38c8626 (diff) | |
download | gdb-278ed1281c21b826c3180091d4aa2809985aa78c.zip gdb-278ed1281c21b826c3180091d4aa2809985aa78c.tar.gz gdb-278ed1281c21b826c3180091d4aa2809985aa78c.tar.bz2 |
Remove uses of ctype.h
Diffstat (limited to 'gas/config/tc-ip2k.c')
-rw-r--r-- | gas/config/tc-ip2k.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index 6aef335..c6b9f2e 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -19,8 +19,6 @@ Boston, MA 02111-1307, USA. */ #include <stdio.h> -#include <ctype.h> - #include "as.h" #include "subsegs.h" #include "symcat.h" |