diff --git a/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m b/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m index 47ce631ef6..5fa9b155b2 100644 --- a/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m +++ b/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m @@ -6,8 +6,8 @@ * of patent rights can be found in the PATENTS file in the same directory. */ -#import #import +#import "ASBasicImageDownloaderInternal.h" #import diff --git a/AsyncDisplayKitTests/ASSnapshotTestCase.mm b/AsyncDisplayKitTests/ASSnapshotTestCase.mm index cce364ab34..a70b21a3d2 100644 --- a/AsyncDisplayKitTests/ASSnapshotTestCase.mm +++ b/AsyncDisplayKitTests/ASSnapshotTestCase.mm @@ -7,8 +7,7 @@ */ #import "ASSnapshotTestCase.h" - -#import +#import "ASDisplayNodeInternal.h" @implementation ASSnapshotTestCase