+2014-08-07 Gary Benson <gbenson@redhat.com>
+
+ * common/common-defs.h: Include stdlib.h.
+ * defs.h: Do not include stdlib.h.
+ * addrmap.c: Likewise.
+ * bcache.c: Likewise.
+ * common/buffer.c: Likewise.
+ * common/common-utils.c: Likewise.
+ * cp-name-parser.y: Likewise.
+ * go32-nat.c: Likewise.
+ * mn10300-linux-tdep.c: Likewise.
+ * nat/linux-osdata.c: Likewise.
+ * tui/tui.c: Likewise.
+ * windows-nat.c: Likewise.
+
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include stdio.h.
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-#include <stdlib.h>
-
#include "splay-tree.h"
#include "gdb_obstack.h"
#include "addrmap.h"
#include "gdb_assert.h"
#include <stddef.h>
-#include <stdlib.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
#include "buffer.h"
#include "inttypes.h"
-#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#endif
#include <stdio.h>
+#include <stdlib.h>
#endif /* COMMON_DEFS_H */
#include "gdb_assert.h"
#include <string.h>
-#include <stdlib.h>
-
/* The xmalloc() (libiberty.h) family of memory management routines.
These are like the ISO-C malloc() family except that they implement
#include "defs.h"
-#include <stdlib.h>
#include <unistd.h>
#include <string.h>
/* From other system libraries */
-#include <stdlib.h>
-
-
#ifndef atof
extern double atof (const char *); /* X3.159-1989 4.10.1.1 */
#endif
+2014-08-07 Gary Benson <gbenson@redhat.com>
+
+ * server.h: Do not include stdlib.h.
+ * inferiors.c: Likewise.
+ * linux-low.c: Likewise.
+ * regcache.c: Likewise.
+ * spu-low.c: Likewise.
+ * tracepoint.c: Likewise.
+ * utils.c: Likewise.
+
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include stdio.h.
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "server.h"
-#include <stdlib.h>
#include "gdbthread.h"
#include "dll.h"
#include <sys/ioctl.h>
#include <fcntl.h>
#include <string.h>
-#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/syscall.h>
#include "gdbthread.h"
#include "tdesc.h"
#include "rsp-low.h"
-
-#include <stdlib.h>
#include <string.h>
#ifndef IN_PROCESS_AGENT
#include "version.h"
#include <stdarg.h>
-#include <stdlib.h>
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#include <sys/ptrace.h>
#include <fcntl.h>
#include <string.h>
-#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/syscall.h>
#endif /* HAVE_UST */
#include <sys/syscall.h>
-#include <stdlib.h>
static void
gdb_agent_remove_socket (void)
#include "server.h"
#include <string.h>
-#include <stdlib.h>
#if HAVE_ERRNO_H
#include <errno.h>
#endif
#include "cli/cli-utils.h"
#include "inf-child.h"
-#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include "tramp-frame.h"
#include "linux-tdep.h"
-#include <stdlib.h>
-
/* Transliterated from <asm-mn10300/elf.h>... */
#define MN10300_ELF_NGREG 28
#define MN10300_ELF_NFPREG 32
#include <sys/types.h>
#include <sys/sysinfo.h>
#include <ctype.h>
-#include <stdlib.h>
#include <string.h>
#include <utmp.h>
#include <time.h>
#include "symtab.h"
#include "source.h"
-#include <stdlib.h>
#include <ctype.h>
#include <signal.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/types.h>
#include <fcntl.h>
-#include <stdlib.h>
#include <windows.h>
#include <imagehlp.h>
#include <psapi.h>