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 | 6094e721e9a8629eed6b5b1585e86885da2300b9 (patch) | |
tree | 6d7cb6757a932264556d7030b95d78e03f5d8586 /opcodes/alpha-dis.c | |
parent | 271025ebee2763b122955ae9fad4d179dd22bd72 (diff) | |
download | gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.zip gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.tar.gz gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.tar.bz2 |
* 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 db55799..db2d8fa 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" |