Move gdb_locale.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Mon, 28 Jul 2014 13:21:31 +0000 (14:21 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:43 +0000 (09:06 +0100)
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.

gdb/ChangeLog
gdb/common/common-defs.h
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.h

index 3b256b11c0955b70a612e05c456e86c172b1f5b7..d99b3213966c2a5f44e35732bb369378ff7aee4f 100644 (file)
@@ -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>
 
        * common/common-defs.h: Include gdb/signals.h.
index 9c6001e81e1292c9fc4ed521ba9656cfd80adae5..c0fbb0db8d761a2a474849333337ab3090969caf 100644 (file)
@@ -35,5 +35,6 @@
 #include "libiberty.h"
 #include "pathmax.h"
 #include "gdb/signals.h"
+#include "gdb_locale.h"
 
 #endif /* COMMON_DEFS_H */
index a5a120425c4d89c644c55621c803c240cf557ecd..23f875edda7d7c63df1b333243c7a12101ee4046 100644 (file)
@@ -50,8 +50,6 @@
 
 #include <fcntl.h>
 
-#include "gdb_locale.h"
-
 #include "gdb_wchar.h"
 
 #include "ui-file.h"
index 570bc954bacac7b244d99704accca6693fd50db6..5ca4ffaada2968bc71231ba4360e2cbeb04bbb97 100644 (file)
@@ -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>
 
        * server.h: Do not include gdb/signals.h.
index 98993f0fd26ec5973ffe4163e213c2d22781cd98..7c0b80a9fa0137b365df3855219904432ba6a7eb 100644 (file)
@@ -74,7 +74,6 @@ typedef unsigned char gdb_byte;
 #include "ptid.h"
 #include "buffer.h"
 #include "xml-utils.h"
-#include "gdb_locale.h"
 
 /* FIXME: This should probably be autoconf'd for.  It's an integer type at
    least the size of a (void *).  */
This page took 0.050879 seconds and 4 git commands to generate.