From e72c45d304fb6e538aad8ceb9ce07b1d8c59156f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 19 Feb 2000 01:40:57 +0000 Subject: New header with the typedefs for all camel classes. Now the class headers * camel/camel-types.h: New header with the typedefs for all camel classes. Now the class headers can just include this and the header for the parent type. This makes it possible for CamelService to include a CamelSession without creating an #include loop. * camel/*: * composer/e-msg-composer-attachment-bar.h: * mail/folder-browser.c: * mail/message-list.c: frob #includes to match the new reality svn path=/trunk/; revision=1850 --- camel/camel-multipart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-multipart.c') diff --git a/camel/camel-multipart.c b/camel/camel-multipart.c index ce22128835..c44eaacb09 100644 --- a/camel/camel-multipart.c +++ b/camel/camel-multipart.c @@ -31,7 +31,7 @@ #include "gmime-utils.h" #include "camel-stream-mem.h" #include "camel-seekable-substream.h" - +#include "camel-mime-body-part.h" #include "camel-multipart.h" -- cgit v1.2.3