forked from Imagelibrary/binutils-gdb
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:
@@ -46,8 +46,6 @@
|
||||
included, so it's ok to blank out gstdint.h. */
|
||||
#define GCC_GENERATED_STDINT_H 1
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
/* For gnulib's PATH_MAX. */
|
||||
|
||||
Reference in New Issue
Block a user