Created temporary link list, we need to link with something for gettext.

2002-11-05  Not Zed  <NotZed@Ximian.com>

	* Makefile.am (camel_lock_helper_LDADD): Created temporary link
	list, we need to link with something for gettext.

	* camel.h: Remove gstring-util.h and hash-table-utils.h.

	* camel-text-index.c:
	(text_index_normalise): Changed for g_utf8_strdown api change.

	* camel-search-private.c:
	* camel-mime-utils.c:
	* camel-mime-part-utils.c:
	* camel-html-parser.c:
	* camel-charset-map.c: Include glib/gunicode.h from glib instead
	of gal.

	* camel-filter-driver.c: Remove include of gtk/gtk.h, should never
	have been there.

svn path=/trunk/; revision=18542
This commit is contained in:
Not Zed
2002-11-05 09:05:24 +00:00
committed by Michael Zucci
parent 46ad856f3d
commit c8b587d9c5
10 changed files with 34 additions and 12 deletions

View File

@ -30,7 +30,7 @@
#include <stdio.h>
#include <string.h>
#include <gal/unicode/gunicode.h>
#include <glib/gunicode.h>
#include <ctype.h>
/* if defined, must also compile in dump_tag() below somewhere */