aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
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/abstract
parentc63a0d4f5acabdc3e8f7308fcae640b86dc0354f (diff)
#include <mailcore/mailcore.h> -> <MailCore/MailCore.h>
Diffstat (limited to 'src/objc/abstract')
-rw-r--r--src/objc/abstract/MCOAbstract.h16
-rw-r--r--src/objc/abstract/MCOAbstractMessagePart.h2
-rw-r--r--src/objc/abstract/MCOAbstractMultipart.h2
-rw-r--r--src/objc/abstract/MCOAbstractPart+Private.h2
-rw-r--r--src/objc/abstract/MCOHTMLRendererIMAPDelegate.h2
5 files changed, 12 insertions, 12 deletions
diff --git a/src/objc/abstract/MCOAbstract.h b/src/objc/abstract/MCOAbstract.h
index 3100b5af..62acc8e7 100644
--- a/src/objc/abstract/MCOAbstract.h
+++ b/src/objc/abstract/MCOAbstract.h
@@ -9,13 +9,13 @@
#ifndef mailcore2_MCOAbstract_h
#define mailcore2_MCOAbstract_h
-#import <mailcore/MCOAbstractMessage.h>
-#import <mailcore/MCOAbstractMessagePart.h>
-#import <mailcore/MCOAbstractMultipart.h>
-#import <mailcore/MCOAbstractPart.h>
-#import <mailcore/MCOAddress.h>
-#import <mailcore/MCOMessageHeader.h>
-#import <mailcore/MCOHTMLRendererDelegate.h>
-#import <mailcore/MCOHTMLRendererIMAPDelegate.h>
+#import <MailCore/MCOAbstractMessage.h>
+#import <MailCore/MCOAbstractMessagePart.h>
+#import <MailCore/MCOAbstractMultipart.h>
+#import <MailCore/MCOAbstractPart.h>
+#import <MailCore/MCOAddress.h>
+#import <MailCore/MCOMessageHeader.h>
+#import <MailCore/MCOHTMLRendererDelegate.h>
+#import <MailCore/MCOHTMLRendererIMAPDelegate.h>
#endif
diff --git a/src/objc/abstract/MCOAbstractMessagePart.h b/src/objc/abstract/MCOAbstractMessagePart.h
index 75cda3cd..b7275a88 100644
--- a/src/objc/abstract/MCOAbstractMessagePart.h
+++ b/src/objc/abstract/MCOAbstractMessagePart.h
@@ -11,7 +11,7 @@
#define __MAILCORE_MCOABSTRACTMESSAGEPART_H_
#import <Foundation/Foundation.h>
-#import <mailcore/MCOAbstractPart.h>
+#import <MailCore/MCOAbstractPart.h>
@class MCOMessageHeader;
diff --git a/src/objc/abstract/MCOAbstractMultipart.h b/src/objc/abstract/MCOAbstractMultipart.h
index 3eeb6794..e39809ff 100644
--- a/src/objc/abstract/MCOAbstractMultipart.h
+++ b/src/objc/abstract/MCOAbstractMultipart.h
@@ -11,7 +11,7 @@
#define __MAILCORE_MCOABSTRACTMULTIPART_H_
#import <Foundation/Foundation.h>
-#import <mailcore/MCOAbstractPart.h>
+#import <MailCore/MCOAbstractPart.h>
@interface MCOAbstractMultipart : MCOAbstractPart
diff --git a/src/objc/abstract/MCOAbstractPart+Private.h b/src/objc/abstract/MCOAbstractPart+Private.h
index 47ea189b..43349941 100644
--- a/src/objc/abstract/MCOAbstractPart+Private.h
+++ b/src/objc/abstract/MCOAbstractPart+Private.h
@@ -10,7 +10,7 @@
#define __MAILCORE_MCOABSTRACTPART_PRIVATE_H_
-#include <mailcore/MCOAbstractPart.h>
+#include <MailCore/MCOAbstractPart.h>
#ifdef __cplusplus
diff --git a/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h b/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
index 57b1dac7..83389cf3 100644
--- a/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
+++ b/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
@@ -9,7 +9,7 @@
#ifndef mailcore2_MCOHTMLRendererIMAPDelegate_h
#define mailcore2_MCOHTMLRendererIMAPDelegate_h
-#import <mailcore/MCOHTMLRendererDelegate.h>
+#import <MailCore/MCOHTMLRendererDelegate.h>
@class MCOIMAPPart;