mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
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.
This commit is contained in:
@ -36,5 +36,6 @@
|
||||
#include "pathmax.h"
|
||||
#include "gdb/signals.h"
|
||||
#include "gdb_locale.h"
|
||||
#include "ptid.h"
|
||||
|
||||
#endif /* COMMON_DEFS_H */
|
||||
|
Reference in New Issue
Block a user