From 65f9e9cd94a701aee2ac89cf38009fa08157e887 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 29 Oct 2000 20:06:29 +0000 Subject: Remove md5-utils.h include since it's not part of Camel any more. * camel.h: Remove md5-utils.h include since it's not part of Camel any more. * camel-charset-map.c: Kill some warnings. * providers/nntp/camel-nntp-grouplist.c (camel_nntp_get_grouplist_from_file, camel_nntp_grouplist_save): Clean up warnings about time_t casts. * providers/smtp/camel-smtp-transport.c: Remove unused md5-utils.h include. * providers/pop3/camel-pop3-store.c: Undefine the "_" macro defined by krb4's des.h when compiling with krb support. Fix md5-utils.h include. svn path=/trunk/; revision=6253 --- camel/camel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/camel.h') diff --git a/camel/camel.h b/camel/camel.h index 752b145b49..fefadafb18 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -67,7 +67,6 @@ extern "C" { #include #include #include -#include #include gint camel_init (void); -- cgit v1.2.3