summaryrefslogtreecommitdiff
path: root/opcodes/alpha-dis.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-21 10:11:52 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-21 10:11:52 +0000
commit32cda5c7f3c65ffc65a3010839fe902d0168bf71 (patch)
treed59e47be445cb50cd400afbe4b8e8c391ca2a3d5 /opcodes/alpha-dis.c
parent91f3b409c9fd92751fd92e061bf3f96fd7dd90d9 (diff)
downloadbinutils-redhat-32cda5c7f3c65ffc65a3010839fe902d0168bf71.tar.gz
* alpha-dis.c: Don't include <stdlib.h>.
* arm-dis.c: Include "sysdep.h". * tic30-dis.c: Don't include <stdlib.h> or <string.h>. Include "sysdep.h". * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
Diffstat (limited to 'opcodes/alpha-dis.c')
-rw-r--r--opcodes/alpha-dis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c
index db55799ee6..db2d8fac02 100644
--- a/opcodes/alpha-dis.c
+++ b/opcodes/alpha-dis.c
@@ -20,7 +20,6 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include <stdlib.h>
#include <stdio.h>
#include "ansidecl.h"
#include "sysdep.h"