diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-12 23:45:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-12 23:45:34 +0000 |
commit | 84edb7cb9a67dfd10857e9503ec953c05d870341 (patch) | |
tree | 6d7ea6e6aea099af10eb9125975268139e20bea3 /pango/pango-context.c | |
parent | f726b8d49d00e325314ee6f17cf1f7eaed1fd019 (diff) | |
download | pango-84edb7cb9a67dfd10857e9503ec953c05d870341.tar.gz |
Remove checks for iconv - we now depend on g_iconv wrapper defined in
Sun Nov 12 18:36:38 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (included_modules): Remove checks
for iconv - we now depend on g_iconv wrapper defined
in GLib.
* modules/basic/basic.c: Use g_iconv_* not iconv().
* pango/itemize.c pango/pango-context.c modules/thai/thai.c:
Remove spurious iconv.h includes.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index dbdb5801..082344d9 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -24,7 +24,6 @@ #include "pango/pango-context.h" #include "pango/pango-utils.h" -#include "iconv.h" #include "pango-modules.h" |