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.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'camel/camel-multipart.h') diff --git a/camel/camel-multipart.h b/camel/camel-multipart.h index 50b64b3ae0..25ef42e4a0 100644 --- a/camel/camel-multipart.h +++ b/camel/camel-multipart.h @@ -34,12 +34,9 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -typedef struct _CamelMultipart CamelMultipart; - #include -#include "camel-mime-part.h" -#include "camel-mime-body-part.h" - +#include "camel-types.h" +#include "camel-data-wrapper.h" #define CAMEL_MULTIPART_TYPE (camel_multipart_get_type ()) #define CAMEL_MULTIPART(obj) (GTK_CHECK_CAST((obj), CAMEL_MULTIPART_TYPE, CamelMultipart)) -- cgit v1.2.3