aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 14:28:06 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:44 +0100
commit4cb9c816469ef3373d9cdde76e8ab5007cf3739e (patch)
tree706c63bc76a31a02de85f049cfe3e0ce32932d91 /gdb/target
parentMove gdb_locale.h to common-defs.h (diff)
downloadbinutils-gdb-4cb9c816469ef3373d9cdde76e8ab5007cf3739e.tar.gz
binutils-gdb-4cb9c816469ef3373d9cdde76e8ab5007cf3739e.tar.bz2
binutils-gdb-4cb9c816469ef3373d9cdde76e8ab5007cf3739e.zip
Move ptid.h to common-defs.h
This commit moves the inclusion of ptid.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson <gbenson@redhat.com> * common/common-defs.h: Include ptid.h. * defs.h: Do not include ptid.h. * inferior.h: Likewise. * infrun.h: Likewise. * nat/linux-btrace.h: Likewise. * nat/linux-osdata.h: Likewise. * target/waitstatus.h: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include ptid.h. * notif.h: Likewise.
Diffstat (limited to 'gdb/target')
-rw-r--r--gdb/target/waitstatus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h
index 32eb5a49d11..c05d6511248 100644
--- a/gdb/target/waitstatus.h
+++ b/gdb/target/waitstatus.h
@@ -21,7 +21,6 @@
#define WAITSTATUS_H
#include "common-utils.h"
-#include "ptid.h"
#include "gdb_signals.h"
/* Stuff for target_wait. */