From 2e67aac85e65b6a584fac68333d8da42554c7ded Mon Sep 17 00:00:00 2001 From: Ilya Brin Date: Thu, 2 Jun 2016 22:04:22 -0700 Subject: [PATCH] move asl import to implementation to avoid 'error: include of non-modular header inside framework module' --- Iterable-iOS-SDK/IterableLogging.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Iterable-iOS-SDK/IterableLogging.h b/Iterable-iOS-SDK/IterableLogging.h index 6db2f99..e4f5681 100644 --- a/Iterable-iOS-SDK/IterableLogging.h +++ b/Iterable-iOS-SDK/IterableLogging.h @@ -9,8 +9,6 @@ #ifndef IterableLogging_h #define IterableLogging_h -#include - //////////////////////// /// @name Logging macros ////////////////////////