From 8980bdf628f991be9c13f2d66753af2bbe5f53f5 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 11:32:37 +0100 Subject: Move stdarg.h to common-defs.h This commit moves the inclusion of stdarg.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include stdarg.h. * defs.h: Do not include stdarg.h. * ada-lang.c: Likewise. * common/common-utils.h: Likewise. * guile/scm-string.c: Likewise. * guile/scm-utils.c: Likewise. * m32c-tdep.c: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include stdarg.h. * nto-low.c: Likewise. --- gdb/m32c-tdep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/m32c-tdep.c') diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c index 2c7dbb8..88f17a9 100644 --- a/gdb/m32c-tdep.c +++ b/gdb/m32c-tdep.c @@ -18,9 +18,6 @@ along with this program. If not, see . */ #include "defs.h" - -#include - #include #include "gdb_assert.h" #include "elf-bfd.h" -- cgit v1.1