2011-04-27 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Wed, 27 Apr 2011 15:43:33 +0000 (15:43 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 27 Apr 2011 15:43:33 +0000 (15:43 +0000)
* common/linux-ptrace.h: Remove include <sys/wait.h>.

gdb/ChangeLog
gdb/common/linux-ptrace.h

index e004ee6..208f558 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-27  Yao Qi  <yao@codesourcery.com>
+
+       * common/linux-ptrace.h: Remove include <sys/wait.h>.
+
 2011-04-27  Joel Brobecker  <brobecker@adacore.com>
 
        * procfs.c (procfs_pass_signals): Fix advance declaration.
index 238a6f0..ea4ee0d 100644 (file)
@@ -19,7 +19,6 @@
 #define COMMON_LINUX_PTRACE_H
 
 #include <sys/ptrace.h>
-#include <sys/wait.h> /* __WAIT */
 
 #ifndef PTRACE_GETSIGINFO
 # define PTRACE_GETSIGINFO 0x4202