diff options
Diffstat (limited to 'em-format/e-mail-part.c')
-rw-r--r-- | em-format/e-mail-part.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/em-format/e-mail-part.c b/em-format/e-mail-part.c index 9e280e07bf..5b39e0a8f5 100644 --- a/em-format/e-mail-part.c +++ b/em-format/e-mail-part.c @@ -16,10 +16,6 @@ * */ -#include <camel/camel.h> - -#include "e-mail-part.h" - /** * EMailPart: * @@ -28,10 +24,13 @@ * * #EMailPart is not GObject-based, but has a simple reference counting. * - * Each #EMailPart must have a unique ID. The ID is a dot-separated hierarchical - * description of the location of the part within the email message. + * Each #EMailPart must have a unique ID. The ID is a dot-separated + * hierarchical description of the location of the part within the email + * message. */ +#include "e-mail-part.h" + struct _EMailPartPrivate { guint ref_cnt; gsize instance_size; |