aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSearchOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPSearchOperation.h')
-rw-r--r--src/objc/imap/MCOIMAPSearchOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/imap/MCOIMAPSearchOperation.h b/src/objc/imap/MCOIMAPSearchOperation.h
index 2d85043e..79d1c26d 100644
--- a/src/objc/imap/MCOIMAPSearchOperation.h
+++ b/src/objc/imap/MCOIMAPSearchOperation.h
@@ -6,12 +6,12 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#import <MailCore/MCOIMAPBaseOperation.h>
-
#ifndef __MAILCORE_MCOSEARCHOPERATION_H_
#define __MAILCORE_MCOSEARCHOPERATION_H_
+#import <MailCore/MCOIMAPBaseOperation.h>
+
@class MCOIndexSet;
@interface MCOIMAPSearchOperation : MCOIMAPBaseOperation