From 29748a7520497dddc02ec2ee69522b6dd4d1537e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 31 Oct 2002 21:57:29 +0000 Subject: Removed hash-table-utils.[c,h] from the build. 2002-10-31 Jeffrey Stedfast * Makefile.am: Removed hash-table-utils.[c,h] from the build. * hash-table-utils.[c,h]: Removed. * string-util.c: Imported g_strcase[hash,equal] into here so we can remove hash-table-utils.[c,h]. * camel-medium.c: Removed #include "hash-table-utils.h" * camel-mime-message.c: Same here. * camel-mime-part.c: And here. * camel-session.c: Here too. * providers/imap/camel-imap-store-summary.c: #include string-utils.h instead of hash-table-utils.h * camel-charset-map.c: Same. * camel-folder-summary.c: Here too. * camel-provider.c: Again here. * camel-store-summary.c: And again... svn path=/trunk/; revision=18473 --- camel/camel-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-session.c') diff --git a/camel/camel-session.c b/camel/camel-session.c index a3e94a5f38..750c34c18c 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -33,13 +33,13 @@ #include #include #include + #include "camel-session.h" #include "camel-store.h" #include "camel-transport.h" #include "camel-exception.h" #include "string-utils.h" #include "camel-url.h" -#include "hash-table-utils.h" #include "camel-vee-store.h" #include "camel-private.h" -- cgit v1.2.3