2004-04-05 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 6 Apr 2004 15:41:50 +0000 (15:41 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 6 Apr 2004 15:41:50 +0000 (15:41 +0000)
* 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>.

gdb/ChangeLog
gdb/hppa-tdep.c

index d595a07ece39912efcafc99857c94a13ea76befe..f5f935a4937f04cc3d3e9611e67714400fa89927 100644 (file)
@@ -1,3 +1,9 @@
+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>.
+       
 2004-04-06  Randolph Chung  <tausq@debian.org>
 
        Committed by Andrew Cagney (mechanical change).
index 798395b92dd598eff55b93a87cc1d55477e1830c..d383c3db14241553d6ff1babf0d6d514af031652 100644 (file)
 #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"
 
This page took 0.047979 seconds and 4 git commands to generate.