From cb9f1a9bcdd26a6f460a033e641804ba798937fc Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 14:09:12 +0100 Subject: Move gdb/signals.h to common-defs.h This commit moves the inclusion of gdb/signals.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include gdb/signals.h. * defs.h: Do not include gdb/signals.h. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include gdb/signals.h. * win32-low.c: Likewise. --- gdb/common/common-defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/common') diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index b31b3b8..9c6001e 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -34,5 +34,6 @@ #include "ansidecl.h" #include "libiberty.h" #include "pathmax.h" +#include "gdb/signals.h" #endif /* COMMON_DEFS_H */ -- cgit v1.1