+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.
+
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include stdarg.h.
#include "gdb_assert.h"
#include <signal.h>
-#include <stddef.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include <string.h> /* For memcpy declaration */
#include "gdb_assert.h"
-#include <stddef.h>
-
/* The type used to hold a single bcache string. The user data is
stored in d.data. Since it can be any type, it needs to have the
same alignment as the most strict alignment of any type on the host
#include "arch-utils.h"
#include "gdb_vecs.h"
-#include <stddef.h>
#include <string.h>
#include <ctype.h>
#ifndef BUFFER_H
#define BUFFER_H
-#include <stddef.h>
#include <string.h>
#include "ansidecl.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stddef.h>
#endif /* COMMON_DEFS_H */
#define COMMON_UTILS_H
#include "ansidecl.h"
-#include <stddef.h>
/* If possible, define FUNCTION_NAME, a macro containing the name of
the function being defined. Since this macro may not always be
#if !defined (GDB_VEC_H)
#define GDB_VEC_H
-#include <stddef.h>
-
#include <string.h>
#include "gdb_assert.h"
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. */
+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.
+
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include stdarg.h.
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "server.h"
-#include <stddef.h>
#include <signal.h>
#include <limits.h>
#include <inttypes.h>
#include "lynx-low.h"
#include <stdint.h>
-#include <stddef.h>
#include <limits.h>
#include <sys/ptrace.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
-#include <stddef.h>
#include <inttypes.h>
#include <stdint.h>
#include "gdb_assert.h"
#include <signal.h>
-#include <stddef.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "btrace-common.h"
#include "vec.h"
#include "ptid.h"
-#include <stddef.h>
#include <stdint.h>
#if HAVE_LINUX_PERF_EVENT_H
#include "regcache.h"
#include "gdb_assert.h"
-#include <stddef.h>
#include <sys/types.h>
#include <sys/procfs.h>
#include <sys/ptrace.h>
#ifndef PPCNBSD_TDEP_H
#define PPCNBSD_TDEP_H
-#include <stddef.h>
-
struct regset;
/* Register offsets for NetBSD/powerpc. */
#include "regcache.h"
#include "gdb_assert.h"
-#include <stddef.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/signal.h>
#ifndef PPCOBSD_TDEP_H
#define PPCOBSD_TDEP_H
-#include <stddef.h>
-
struct regset;
struct regcache;
#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