aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store-summary.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-11-01 05:57:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-01 05:57:29 +0800
commit29748a7520497dddc02ec2ee69522b6dd4d1537e (patch)
tree4b5039f01455eeb1c457db4b00b2dc93d83ea97b /camel/providers/imap/camel-imap-store-summary.c
parentf48db35928c31854f828f04d52b5ee9df858e4e5 (diff)
downloadgsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar.gz
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar.bz2
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar.lz
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar.xz
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.tar.zst
gsoc2013-evolution-29748a7520497dddc02ec2ee69522b6dd4d1537e.zip
Removed hash-table-utils.[c,h] from the build.
2002-10-31 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/providers/imap/camel-imap-store-summary.c')
-rw-r--r--camel/providers/imap/camel-imap-store-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store-summary.c b/camel/providers/imap/camel-imap-store-summary.c
index 9cdebba3e9..ed6e5392a4 100644
--- a/camel/providers/imap/camel-imap-store-summary.c
+++ b/camel/providers/imap/camel-imap-store-summary.c
@@ -32,7 +32,7 @@
#include "camel-file-utils.h"
-#include "hash-table-utils.h"
+#include "string-utils.h"
#include "e-util/md5-utils.h"
#include "e-util/e-memory.h"