aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 14:21:31 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:43 +0100
commit3995eeeeacd9f6630d46e3d1be226365ef5a6652 (patch)
treec8839dabfd119ea0cdbf4280ea0fb326bdf63a98 /gdb/common
parentcb9f1a9bcdd26a6f460a033e641804ba798937fc (diff)
downloadfsf-binutils-gdb-3995eeeeacd9f6630d46e3d1be226365ef5a6652.zip
fsf-binutils-gdb-3995eeeeacd9f6630d46e3d1be226365ef5a6652.tar.gz
fsf-binutils-gdb-3995eeeeacd9f6630d46e3d1be226365ef5a6652.tar.bz2
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 <gbenson@redhat.com> * common/common-defs.h: Include gdb_locale.h. * defs.h: Do not include gdb_locale.h. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include gdb_locale.h.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/common-defs.h1
1 files changed, 1 insertions, 0 deletions
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 */