Delete duplicate headers in IGListKit.h (#1347)

Summary:
## Changes in this pull request

Delete duplicate headers in `IGListKit.h`

### Checklist

- [x] All tests pass. Demo project builds and runs.
- [x] I added tests, an experiment, or detailed why my change isn't tested.
- [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes.
- [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)
Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1347

Reviewed By: joetam

Differential Revision: D16542316

Pulled By: joetam

fbshipit-source-id: feaaaaca0f9eddc4be58996c8a3a2521a7817185
This commit is contained in:
Hanton Yang 2019-08-01 17:49:00 -07:00 committed by Facebook Github Bot
parent e2fd2edda7
commit cb344f9814

View file

@ -29,7 +29,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
#import <IGListKit/IGListAdapterUpdaterDelegate.h>
#import <IGListKit/IGListBatchContext.h>
#import <IGListKit/IGListBindable.h>
#import <IGListKit/IGListBindable.h>
#import <IGListKit/IGListBindingSectionController.h>
#import <IGListKit/IGListBindingSectionControllerDataSource.h>
#import <IGListKit/IGListBindingSectionControllerSelectionDelegate.h>
@ -37,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
#import <IGListKit/IGListCollectionView.h>
#import <IGListKit/IGListCollectionViewLayout.h>
#import <IGListKit/IGListDisplayDelegate.h>
#import <IGListKit/IGListExperiments.h>
#import <IGListKit/IGListGenericSectionController.h>
#import <IGListKit/IGListCollectionViewDelegateLayout.h>
#import <IGListKit/IGListReloadDataUpdater.h>