From 72fe445324cfb7d8c96ddb3fb6613d001a668b94 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Sun, 21 May 2017 07:59:41 -0700 Subject: [PATCH] IGListKit related headers need to be in the module all time now --- Source/AsyncDisplayKit.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Source/AsyncDisplayKit.h b/Source/AsyncDisplayKit.h index 35b51a151..6d949b5a3 100644 --- a/Source/AsyncDisplayKit.h +++ b/Source/AsyncDisplayKit.h @@ -55,11 +55,6 @@ #import #import -#if AS_IG_LIST_KIT -#import -#import -#endif - #import #import @@ -128,3 +123,6 @@ #import #import + +#import +#import