Fix too aggressive #include and #import removal in ActiveSync directory - it broke master branch.

This commit is contained in:
Patrice Levesque
2016-02-16 18:39:58 -05:00
parent 1aab0595a1
commit 6bb2065f46
36 changed files with 196 additions and 10 deletions
+4
View File
@@ -28,7 +28,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "SOGoSyncCacheObject.h"
#import <Foundation/NSNull.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
static Class NSNullK;