summaryrefslogtreecommitdiff
path: root/opcodes/m32r-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
commit3c87e32cdd7f00d883bd7c0f68d86577e60eb91b (patch)
tree11d94ec3755fd7b24e7d5b2143c1c0cb891ad808 /opcodes/m32r-desc.c
parentdcd25285ee2f919b7fcaca539909153d07b68162 (diff)
downloadgdb-3c87e32cdd7f00d883bd7c0f68d86577e60eb91b.tar.gz
Use safe-ctype.h not ctype.h
Diffstat (limited to 'opcodes/m32r-desc.c')
-rw-r--r--opcodes/m32r-desc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/m32r-desc.c b/opcodes/m32r-desc.c
index 5c63a2f956c..07ec3829f81 100644
--- a/opcodes/m32r-desc.c
+++ b/opcodes/m32r-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"