diff --git a/OpenChange/MAPIStoreCalendarContext.m b/OpenChange/MAPIStoreCalendarContext.m index caf7309ae..957ee5648 100644 --- a/OpenChange/MAPIStoreCalendarContext.m +++ b/OpenChange/MAPIStoreCalendarContext.m @@ -30,6 +30,7 @@ #import "MAPIApplication.h" #import "MAPIStoreAuthenticator.h" #import "MAPIStoreMapping.h" +#import "MAPIStoreTypes.h" #import "NSCalendarDate+MAPIStore.h" #import "NSString+MAPIStore.h" #import "SOGoGCSFolder+MAPIStore.h" diff --git a/OpenChange/MAPIStoreContactsContext.m b/OpenChange/MAPIStoreContactsContext.m index f2ae738b2..ccd4b21ae 100644 --- a/OpenChange/MAPIStoreContactsContext.m +++ b/OpenChange/MAPIStoreContactsContext.m @@ -33,6 +33,7 @@ #import "MAPIApplication.h" #import "MAPIStoreAuthenticator.h" #import "MAPIStoreMapping.h" +#import "MAPIStoreTypes.h" #import "NSString+MAPIStore.h" #import "SOGoGCSFolder+MAPIStore.h" diff --git a/OpenChange/MAPIStoreContext.h b/OpenChange/MAPIStoreContext.h index 0da4207e5..746a507ae 100644 --- a/OpenChange/MAPIStoreContext.h +++ b/OpenChange/MAPIStoreContext.h @@ -45,10 +45,7 @@ @class SOGoObject; @class MAPIStoreAuthenticator; - -extern uint8_t *MAPIBoolValue (void *, BOOL); -extern uint32_t *MAPILongValue (void *, uint32_t); -extern uint64_t *MAPILongLongValue (void *, uint64_t); +@class MAPIStoreMapping; @interface MAPIStoreContext : NSObject { diff --git a/OpenChange/MAPIStoreMailContext.m b/OpenChange/MAPIStoreMailContext.m index b0da4647d..72ed79ce5 100644 --- a/OpenChange/MAPIStoreMailContext.m +++ b/OpenChange/MAPIStoreMailContext.m @@ -35,6 +35,7 @@ #import "MAPIApplication.h" #import "MAPIStoreAuthenticator.h" #import "MAPIStoreMapping.h" +#import "MAPIStoreTypes.h" #import "NSData+MAPIStore.h" #import "NSCalendarDate+MAPIStore.h" #import "NSString+MAPIStore.h" diff --git a/OpenChange/MAPIStoreTasksContext.m b/OpenChange/MAPIStoreTasksContext.m index ad18c5f6c..26193acdd 100644 --- a/OpenChange/MAPIStoreTasksContext.m +++ b/OpenChange/MAPIStoreTasksContext.m @@ -28,6 +28,7 @@ #import "MAPIApplication.h" #import "MAPIStoreAuthenticator.h" #import "MAPIStoreMapping.h" +#import "MAPIStoreTypes.h" #import "NSCalendarDate+MAPIStore.h" #import "NSString+MAPIStore.h" #import "SOGoGCSFolder+MAPIStore.h"