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/common/common-utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/common/common-utils.h') diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index f052fed..dff7b53 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/common-utils.h @@ -22,7 +22,6 @@ #include "ansidecl.h" #include -#include /* If possible, define FUNCTION_NAME, a macro containing the name of the function being defined. Since this macro may not always be -- cgit v1.1