diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-09-21 12:36:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-09-21 12:36:56 +0000 |
commit | 32056569e11045e0f7898d6e3aa205a1f05685f9 (patch) | |
tree | f183b01ff4aeb350403933035a274fccba12d12c /opcodes/openrisc-ibld.c | |
parent | 25c949c6c1e4da0360cc9c30b375728da894815a (diff) | |
download | gdb-32056569e11045e0f7898d6e3aa205a1f05685f9.tar.gz |
* arc-dis.c: Don't include <ctype.h>.
* openrisc-desc.c: Likewise.
* openrisc-ibld.c: Likewise.
Diffstat (limited to 'opcodes/openrisc-ibld.c')
-rw-r--r-- | opcodes/openrisc-ibld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/openrisc-ibld.c b/opcodes/openrisc-ibld.c index 126311ac978..b219f53d853 100644 --- a/opcodes/openrisc-ibld.c +++ b/opcodes/openrisc-ibld.c @@ -25,7 +25,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., Keep that in mind. */ #include "sysdep.h" -#include <ctype.h> #include <stdio.h> #include "ansidecl.h" #include "dis-asm.h" |