From e1ffe7ed975b20ef6896b3cd41b72199a8aac214 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 10 Jan 2001 20:19:45 +0000 Subject: New header to prevent recursive #include problems * providers/imap/camel-imap-types.h: New header to prevent recursive #include problems * providers/imap/*.h: Replace some #includes with #include "camel-imap-types.h", remove typedefs that were moved to camel-imap-types.h * providers/imap/*.c: Add #includes to make up for #includes removed from .h files * providers/imap/Makefile.am (libcamelimapinclude_HEADERS): Add camel-imap-types.h svn path=/trunk/; revision=7367 --- camel/providers/imap/camel-imap-search.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/imap/camel-imap-search.c') diff --git a/camel/providers/imap/camel-imap-search.c b/camel/providers/imap/camel-imap-search.c index 09c21a5c47..97ed02b6c2 100644 --- a/camel/providers/imap/camel-imap-search.c +++ b/camel/providers/imap/camel-imap-search.c @@ -30,6 +30,7 @@ #include "camel-imap-command.h" #include "camel-imap-folder.h" +#include "camel-imap-store.h" #include "camel-imap-search.h" #include "camel-imap-private.h" -- cgit