Move stddef.h to common-defs.h
This commit moves the inclusion of stddef.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson <gbenson@redhat.com> * common/common-defs.h: Include stddef.h. * defs.h: Do not include stddef.h. * common/common-utils.h: Likewise. * amd64fbsd-nat.c: Likewise. * bcache.c: Likewise. * charset.c: Likewise. * common/buffer.h: Likewise. * common/vec.h: Likewise. * i386bsd-nat.c: Likewise. * nat/linux-btrace.h: Likewise. * ppcfbsd-nat.c: Likewise. * ppcnbsd-tdep.h: Likewise. * ppcobsd-nat.c: Likewise. * ppcobsd-tdep.h: Likewise. * python/py-gdb-readline.c: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * linux-x86-low.c: Do not include stddef.h. * lynx-ppc-low.c: Likewise. * tracepoint.c: Likewise.
This commit is contained in:
parent
8980bdf628
commit
8ebb3f5606
20 changed files with 25 additions and 23 deletions
|
@ -24,8 +24,6 @@
|
|||
#include "cli/cli-utils.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/* Readline function suitable for PyOS_ReadlineFunctionPointer, which
|
||||
is used for Python's interactive parser and raw_input. In both
|
||||
cases, sys_stdin and sys_stdout are always stdin and stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue