aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/MCOIndexSet.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-03 00:23:38 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-03 00:23:38 -0700
commitebc301cf581e9e777448211d229ac20f4324d456 (patch)
tree50949bfa811b8153a9e97f5530eac7348c7ec389 /src/objc/utils/MCOIndexSet.h
parentc63a0d4f5acabdc3e8f7308fcae640b86dc0354f (diff)
#include <mailcore/mailcore.h> -> <MailCore/MailCore.h>
Diffstat (limited to 'src/objc/utils/MCOIndexSet.h')
-rw-r--r--src/objc/utils/MCOIndexSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/utils/MCOIndexSet.h b/src/objc/utils/MCOIndexSet.h
index 2f2932ee..83e6f169 100644
--- a/src/objc/utils/MCOIndexSet.h
+++ b/src/objc/utils/MCOIndexSet.h
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
-#import <mailcore/MCORange.h>
+#import <MailCore/MCORange.h>
#ifndef __MAILCORE_MCOINDEXSET_H_