From 3995eeeeacd9f6630d46e3d1be226365ef5a6652 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 14:21:31 +0100 Subject: Move gdb_locale.h to common-defs.h This commit moves the inclusion of gdb_locale.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include gdb_locale.h. * defs.h: Do not include gdb_locale.h. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include gdb_locale.h. --- 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 9c6001e..c0fbb0d 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -35,5 +35,6 @@ #include "libiberty.h" #include "pathmax.h" #include "gdb/signals.h" +#include "gdb_locale.h" #endif /* COMMON_DEFS_H */ -- cgit v1.1