From 0e443c875f4f3f2dcaf9cc09d2518139fee0e76b Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 12:03:31 +0100 Subject: Move ansidecl.h to common-defs.h This commit moves the inclusion of ansidecl.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include ansidecl.h. * defs.h: Do not include ansidecl.h. * common/buffer.h: Likewise. * common/common-utils.h: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include ansidecl.h. --- gdb/common/common-utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/common/common-utils.h') diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index 4dc4329..9038bc2 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/common-utils.h @@ -20,8 +20,6 @@ #ifndef COMMON_UTILS_H #define COMMON_UTILS_H -#include "ansidecl.h" - /* If possible, define FUNCTION_NAME, a macro containing the name of the function being defined. Since this macro may not always be defined, all uses must be protected by appropriate macro definition -- cgit v1.1