From c5eea2b77ef3fb90c8ddcb953f1086ba5bb123f3 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 19 Oct 2009 13:40:56 -0700 Subject: Document which pieces of glib we're still using. Looks like we can copy in a hash-table implementation, (from cairo, say), and then a few _ascii_ functions from glib, (we'll need to switch a few current uses if things like isspace, etc. to locale- independent versions as well). So not too hard to free ourselves of glib for now, (until we add GMime back in later, of course). --- notmuch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch.c') diff --git a/notmuch.c b/notmuch.c index e4b5dff6..5853fe55 100644 --- a/notmuch.c +++ b/notmuch.c @@ -30,7 +30,7 @@ #include #include -#include +#include /* GIOChannel */ #define ARRAY_SIZE(arr) (sizeof (arr) / sizeof (arr[0])) -- cgit v1.2.3