diff options
Diffstat (limited to 'gettext-tools/src')
-rw-r--r-- | gettext-tools/src/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-tools/src/x-glade.c | 2 | ||||
-rw-r--r-- | gettext-tools/src/x-python.c | 2 | ||||
-rw-r--r-- | gettext-tools/src/x-tcl.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 37196e3..30fc90f 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,9 @@ +2003-10-04 Bruno Haible <bruno@clisp.org> + + * x-glade.c: Don't include msgl-ascii.h and msgl-iconv.h. + * x-python.c: Likewise. + * x-tcl.c: Likewise. + 2003-10-06 Guido Flohr <guido@imperia.net> Bruno Haible <bruno@clisp.org> diff --git a/gettext-tools/src/x-glade.c b/gettext-tools/src/x-glade.c index 92d20c2..aa668d3 100644 --- a/gettext-tools/src/x-glade.c +++ b/gettext-tools/src/x-glade.c @@ -45,8 +45,6 @@ #include "exit.h" #include "hash.h" #include "po-charset.h" -#include "msgl-ascii.h" -#include "msgl-iconv.h" #include "gettext.h" #define _(s) gettext(s) diff --git a/gettext-tools/src/x-python.c b/gettext-tools/src/x-python.c index 3c562a2..4b92117 100644 --- a/gettext-tools/src/x-python.c +++ b/gettext-tools/src/x-python.c @@ -36,8 +36,6 @@ #include "xmalloc.h" #include "exit.h" #include "po-charset.h" -#include "msgl-ascii.h" -#include "msgl-iconv.h" #include "uniname.h" #include "utf16-ucs4.h" #include "ucs4-utf8.h" diff --git a/gettext-tools/src/x-tcl.c b/gettext-tools/src/x-tcl.c index b36b799..8112fd3 100644 --- a/gettext-tools/src/x-tcl.c +++ b/gettext-tools/src/x-tcl.c @@ -38,8 +38,6 @@ #include "hash.h" #include "c-ctype.h" #include "po-charset.h" -#include "msgl-ascii.h" -#include "msgl-iconv.h" #include "ucs4-utf8.h" #include "gettext.h" |