aboutsummaryrefslogtreecommitdiff
path: root/opcodes/openrisc-desc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-13 09:38:04 +0000
committerNick Clifton <nickc@redhat.com>2001-10-13 09:38:04 +0000
commit37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f (patch)
treee602365ad5e8ff808885668cd003a7739fa91c5e /opcodes/openrisc-desc.c
parent03dd63aa03bb1962c1c8756a64f869dae2c7b146 (diff)
downloadgdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.zip
gdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.tar.gz
gdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.tar.bz2
Use safe-ctype.h not ctype.h
Diffstat (limited to 'opcodes/openrisc-desc.c')
-rw-r--r--opcodes/openrisc-desc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/openrisc-desc.c b/opcodes/openrisc-desc.c
index 866dbdd..f1fb3ab 100644
--- a/opcodes/openrisc-desc.c
+++ b/opcodes/openrisc-desc.c
@@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "sysdep.h"
-#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include "ansidecl.h"