forked from Imagelibrary/binutils-gdb
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:
@@ -35,5 +35,6 @@
|
||||
#include "libiberty.h"
|
||||
#include "pathmax.h"
|
||||
#include "gdb/signals.h"
|
||||
#include "gdb_locale.h"
|
||||
|
||||
#endif /* COMMON_DEFS_H */
|
||||
|
||||
Reference in New Issue
Block a user