From a6c3517cf6d1455e225e3191f90e5d86d1fc05cb Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Mon, 22 May 2017 09:50:11 -0700 Subject: [PATCH] IGListKit related headers need to be in the module all time now (#300) --- Source/AsyncDisplayKit.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Source/AsyncDisplayKit.h b/Source/AsyncDisplayKit.h index 35b51a1512..6d949b5a3b 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