diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-04-14 04:16:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-04-14 04:16:58 +0000 |
commit | 291c167446777ccb93350d04a6d340876c928be0 (patch) | |
tree | 5c19bedf7a4d7e5360eec69ba09df4ece7855df6 /opcodes/mips-dis.c | |
parent | e6e80cebd5a0b163c1801b9124f378686a97e38f (diff) | |
download | gdb-291c167446777ccb93350d04a6d340876c928be0.tar.gz |
More portability patches. Include sysdep.h everywhere.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 2e75266cef2..9ab9f98690c 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <ansidecl.h> #include "sysdep.h" #include "dis-asm.h" #include "opcode/mips.h" |