diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-19 03:20:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-19 03:20:20 +0000 |
commit | 56173dc599f4133663486b6e4ffd600d79e9eb2f (patch) | |
tree | 90d1e216477f4c75fe5d8fd7b11d5792db998c5d /gdb/hp300ux-nat.c | |
parent | c84bab2d7005f231482b94085d36d2f98bacb028 (diff) | |
download | gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.zip gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.tar.gz gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.tar.bz2 |
* hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
<sys/stat.h>; not needed.
Diffstat (limited to 'gdb/hp300ux-nat.c')
-rw-r--r-- | gdb/hp300ux-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/hp300ux-nat.c b/gdb/hp300ux-nat.c index af852fc..002256b 100644 --- a/gdb/hp300ux-nat.c +++ b/gdb/hp300ux-nat.c @@ -24,10 +24,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Defining this means some system include files define some extra stuff. */ #define WOPR #include <sys/param.h> -#include <sys/dir.h> #include <signal.h> #include <sys/user.h> -#include <sys/ioctl.h> #include <fcntl.h> #include <sys/ptrace.h> @@ -37,7 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" #include <sys/file.h> -#include <sys/stat.h> /* Get kernel_u_addr using HPUX-style nlist(). */ CORE_ADDR kernel_u_addr; |