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.
This commit is contained in:
parent
cb9f1a9bcd
commit
3995eeeeac
5 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-07 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
|
* common/common-defs.h: Include gdb_locale.h.
|
||||||
|
* defs.h: Do not include gdb_locale.h.
|
||||||
|
|
||||||
2014-08-07 Gary Benson <gbenson@redhat.com>
|
2014-08-07 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* common/common-defs.h: Include gdb/signals.h.
|
* common/common-defs.h: Include gdb/signals.h.
|
||||||
|
|
|
@ -35,5 +35,6 @@
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
#include "pathmax.h"
|
#include "pathmax.h"
|
||||||
#include "gdb/signals.h"
|
#include "gdb/signals.h"
|
||||||
|
#include "gdb_locale.h"
|
||||||
|
|
||||||
#endif /* COMMON_DEFS_H */
|
#endif /* COMMON_DEFS_H */
|
||||||
|
|
|
@ -50,8 +50,6 @@
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "gdb_locale.h"
|
|
||||||
|
|
||||||
#include "gdb_wchar.h"
|
#include "gdb_wchar.h"
|
||||||
|
|
||||||
#include "ui-file.h"
|
#include "ui-file.h"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2014-08-07 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
|
* server.h: Do not include gdb_locale.h.
|
||||||
|
|
||||||
2014-08-07 Gary Benson <gbenson@redhat.com>
|
2014-08-07 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* server.h: Do not include gdb/signals.h.
|
* server.h: Do not include gdb/signals.h.
|
||||||
|
|
|
@ -74,7 +74,6 @@ typedef unsigned char gdb_byte;
|
||||||
#include "ptid.h"
|
#include "ptid.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "xml-utils.h"
|
#include "xml-utils.h"
|
||||||
#include "gdb_locale.h"
|
|
||||||
|
|
||||||
/* FIXME: This should probably be autoconf'd for. It's an integer type at
|
/* FIXME: This should probably be autoconf'd for. It's an integer type at
|
||||||
least the size of a (void *). */
|
least the size of a (void *). */
|
||||||
|
|
Loading…
Reference in a new issue