From: Rob Savoye Date: Thu, 20 Oct 1994 04:08:52 +0000 (+0000) Subject: * hppa-tdep.c: Remove include files a.out.h, ioctl.h, and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=459877ea9d6bf27d5f7337e2155fb33c0bd996b0;p=binutils-gdb.git * hppa-tdep.c: Remove include files a.out.h, ioctl.h, and machine/psl.h. These are host files. --- diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 76cd64f57a3..3bbf7406693 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -36,12 +36,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include #ifdef COFF_ENCAPSULATE #include "a.out.encap.h" #else -#include #endif #ifndef N_SET_MAGIC #define N_SET_MAGIC(exec, val) ((exec).a_magic = (val)) @@ -50,7 +48,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /*#include After a.out.h */ #include #include -#include #include "wait.h" #include "gdbcore.h"