summaryrefslogtreecommitdiff
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
commit12b8f9059aa81ea05b737d60c65ac55e5a477729 (patch)
treeab903cd22ac677590198c520057b56b86bf36232 /opcodes/openrisc-desc.c
parentf2d7a4f1732d1e8f147002caeedbeae7cea2bf1d (diff)
downloadbinutils-redhat-12b8f9059aa81ea05b737d60c65ac55e5a477729.tar.gz
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 866dbdd0bd..f1fb3abb7c 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"