Skip to content

Commit

Permalink
Make NSIndexSet+ASHelpers.h reference local #trivial (#857)
Browse files Browse the repository at this point in the history
* Make NSIndexSet+ASHelpers.h reference local

NSIndexSet+ASHelpers.h should be a user vs a system or framework include.

* Update ASIntegerMap.mm
  • Loading branch information
dmaclach authored and nguyenhuy committed Mar 28, 2018
1 parent 7f01b89 commit cf1c3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Details/ASIntegerMap.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "ASIntegerMap.h"
#import <AsyncDisplayKit/ASAssert.h>
#import <unordered_map>
#import <NSIndexSet+ASHelpers.h>
#import <AsyncDisplayKit/NSIndexSet+ASHelpers.h>
#import <AsyncDisplayKit/ASObjectDescriptionHelpers.h>

/**
Expand Down

0 comments on commit cf1c3f6

Please sign in to comment.