Skip to content

Commit

Permalink
Make NSIndexSet+ASHelpers.h reference local #trivial (TextureGroup#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 bernieperez committed Apr 25, 2018
1 parent 726ed10 commit 200830d
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 200830d

Please sign in to comment.