diff options
author | Rob Savoye <rob@cygnus> | 1994-10-20 04:08:52 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-10-20 04:08:52 +0000 |
commit | 459877ea9d6bf27d5f7337e2155fb33c0bd996b0 (patch) | |
tree | c50bff8d5c1bda8bf68aecc01d7c72ea88e2d731 | |
parent | 1e1e7a7ac878ff5a2e6692c423486e456c249384 (diff) | |
download | gdb-459877ea9d6bf27d5f7337e2155fb33c0bd996b0.zip gdb-459877ea9d6bf27d5f7337e2155fb33c0bd996b0.tar.gz gdb-459877ea9d6bf27d5f7337e2155fb33c0bd996b0.tar.bz2 |
* hppa-tdep.c: Remove include files a.out.h, ioctl.h, and
machine/psl.h. These are host files.
-rw-r--r-- | gdb/hppa-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 76cd64f..3bbf740 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 <sys/param.h> #include <sys/dir.h> #include <signal.h> -#include <sys/ioctl.h> #ifdef COFF_ENCAPSULATE #include "a.out.encap.h" #else -#include <a.out.h> #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 <sys/user.h> After a.out.h */ #include <sys/file.h> #include <sys/stat.h> -#include <machine/psl.h> #include "wait.h" #include "gdbcore.h" |