diff options
author | Yao Qi <yao@codesourcery.com> | 2011-04-27 15:43:33 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-04-27 15:43:33 +0000 |
commit | 47423772a774eb1cfc436c0d624c49a841483a8d (patch) | |
tree | 242af56231f99cbec1e1c3c67ffe1b28569f56fb /gdb/common | |
parent | 8db6dd6a65b4cb22f98464a82bfc14e038c6c2ed (diff) | |
download | gdb-47423772a774eb1cfc436c0d624c49a841483a8d.zip gdb-47423772a774eb1cfc436c0d624c49a841483a8d.tar.gz gdb-47423772a774eb1cfc436c0d624c49a841483a8d.tar.bz2 |
2011-04-27 Yao Qi <yao@codesourcery.com>
* common/linux-ptrace.h: Remove include <sys/wait.h>.
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/linux-ptrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/common/linux-ptrace.h b/gdb/common/linux-ptrace.h index 238a6f0..ea4ee0d 100644 --- a/gdb/common/linux-ptrace.h +++ b/gdb/common/linux-ptrace.h @@ -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 |