diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-21 10:11:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-21 10:11:52 +0000 |
commit | 8588f814f00dc208a1f7ddb26e9e64b71e2a6537 (patch) | |
tree | b58a3f09f4585b4edf41bcadc6a94b0e21d24cc8 /opcodes/alpha-dis.c | |
parent | 58e6e8b1edc139129fe07690e200fbd24886202d (diff) | |
download | gdb-8588f814f00dc208a1f7ddb26e9e64b71e2a6537.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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c index db55799ee68..db2d8fac021 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" |