diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-06 15:41:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-06 15:41:50 +0000 |
commit | 1a81aa343e07fc82e6fa9f3857ccbcbe25c837be (patch) | |
tree | 061e151b7c0f3a6b80daba3459431ce77717874d /gdb/hppa-tdep.c | |
parent | 35dab8a28b8c74c605f6d5b796792047f6001aae (diff) | |
download | gdb-1a81aa343e07fc82e6fa9f3857ccbcbe25c837be.tar.gz |
2004-04-05 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
<signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
<sys/file.h>.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 798395b92dd..d383c3db142 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -44,22 +44,6 @@ #include "frame-unwind.h" #include "frame-base.h" -#ifdef USG -#include <sys/types.h> -#endif - -#include <sys/param.h> -#include <signal.h> - -#include <sys/ptrace.h> - -#ifdef COFF_ENCAPSULATE -#include "a.out.encap.h" -#else -#endif - -/*#include <sys/user.h> After a.out.h */ -#include <sys/file.h> #include "gdb_stat.h" #include "gdb_wait.h" |