From cb344f981477d0d8617d8d378ab140e9c8508f70 Mon Sep 17 00:00:00 2001 From: Hanton Yang Date: Thu, 1 Aug 2019 17:49:00 -0700 Subject: [PATCH] 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 --- Source/IGListKit.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/IGListKit.h b/Source/IGListKit.h index ff423cbe..393f8b05 100644 --- a/Source/IGListKit.h +++ b/Source/IGListKit.h @@ -29,7 +29,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[]; #import #import #import -#import #import #import #import @@ -37,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[]; #import #import #import -#import #import #import #import