From 8ebb3f5606b361b30e854335fa5a9ce0fd018d41 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 13:15:41 +0100 Subject: 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 * 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 * linux-x86-low.c: Do not include stddef.h. * lynx-ppc-low.c: Likewise. * tracepoint.c: Likewise. --- gdb/ppcobsd-tdep.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/ppcobsd-tdep.h') diff --git a/gdb/ppcobsd-tdep.h b/gdb/ppcobsd-tdep.h index 8c9ac3a..7d8d13e 100644 --- a/gdb/ppcobsd-tdep.h +++ b/gdb/ppcobsd-tdep.h @@ -20,8 +20,6 @@ #ifndef PPCOBSD_TDEP_H #define PPCOBSD_TDEP_H -#include - struct regset; struct regcache; -- cgit v1.1