diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-07 10:01:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:02 +0200 |
commit | f2006843ddaa789917c06942f0998f465d598da5 (patch) | |
tree | 42d0f3d98a658bc5a1f641ebec5b6882a9c5c674 /gettext-tools/src | |
parent | b145511f6278db0e4f98bd2b25f83d185c75bbe7 (diff) | |
download | external_gettext-f2006843ddaa789917c06942f0998f465d598da5.zip external_gettext-f2006843ddaa789917c06942f0998f465d598da5.tar.gz external_gettext-f2006843ddaa789917c06942f0998f465d598da5.tar.bz2 |
Remove unused #includes.
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" |