aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPMessage.h')
-rw-r--r--src/objc/imap/MCOIMAPMessage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objc/imap/MCOIMAPMessage.h b/src/objc/imap/MCOIMAPMessage.h
index 5a5276ef..c6196103 100644
--- a/src/objc/imap/MCOIMAPMessage.h
+++ b/src/objc/imap/MCOIMAPMessage.h
@@ -6,13 +6,13 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#import <MailCore/MCOAbstractMessage.h>
-#import <MailCore/MCOConstants.h>
-
#ifndef __MAILCORE_MCOIMAPMESSAGE_H_
#define __MAILCORE_MCOIMAPMESSAGE_H_
+#import <MailCore/MCOAbstractMessage.h>
+#import <MailCore/MCOConstants.h>
+
@protocol MCOHTMLRendererIMAPDelegate;
@interface MCOIMAPMessage : MCOAbstractMessage <NSCopying>