From: Bruno Haible Date: Tue, 7 Oct 2003 10:01:08 +0000 (+0000) Subject: Remove unused #includes. X-Git-Tag: v0.13~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2006843ddaa789917c06942f0998f465d598da5;p=thirdparty%2Fgettext.git Remove unused #includes. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 37196e32f..30fc90f18 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,9 @@ +2003-10-04 Bruno Haible + + * 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 Bruno Haible diff --git a/gettext-tools/src/x-glade.c b/gettext-tools/src/x-glade.c index 92d20c267..aa668d3f5 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 3c562a200..4b92117ff 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 b36b7994b..8112fd3b1 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"