aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-search-private.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-05 17:05:24 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-05 17:05:24 +0800
commitc8b587d9c58dbb69085af3f05250f867be1c3631 (patch)
treee50e52c8a05afaafe9273fd311ac9fbb46483292 /camel/camel-search-private.c
parent46ad856f3d01c6dcaed6f283b5ca8b3aaaa67080 (diff)
downloadgsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar.gz
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar.bz2
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar.lz
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar.xz
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.tar.zst
gsoc2013-evolution-c8b587d9c58dbb69085af3f05250f867be1c3631.zip
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
Diffstat (limited to 'camel/camel-search-private.c')
-rw-r--r--camel/camel-search-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-search-private.c b/camel/camel-search-private.c
index 7202254294..80152e7410 100644
--- a/camel/camel-search-private.c
+++ b/camel/camel-search-private.c
@@ -43,7 +43,7 @@
#include "camel-search-private.h"
-#include <gal/unicode/gunicode.h>
+#include <glib/gunicode.h>
#define d(x)