From 4cb9c816469ef3373d9cdde76e8ab5007cf3739e Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 14:28:06 +0100 Subject: 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 * 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 * server.h: Do not include ptid.h. * notif.h: Likewise. --- gdb/common/common-defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/common') diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index c0fbb0d..7bf328a 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -36,5 +36,6 @@ #include "pathmax.h" #include "gdb/signals.h" #include "gdb_locale.h" +#include "ptid.h" #endif /* COMMON_DEFS_H */ -- cgit v1.1