Remove unnecessary imports for RCTHTTPRequestHandler to fix Cocoapods build

Summary:
@tadeuzagallo - We discussed this ~a week ago when I was putting together the 0.7.0-rc release, only got around to creating the PR for it now so it's properly sync'd.
Closes https://github.com/facebook/react-native/pull/1865
Github Author: Brent Vatne <brentvatne@gmail.com>
This commit is contained in:
Brent Vatne 2015-07-06 10:58:46 -07:00
Родитель ca791dfe6f
Коммит c045c566e9
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -9,13 +9,6 @@
#import "RCTHTTPRequestHandler.h"
#import "RCTAssert.h"
#import "RCTConvert.h"
#import "RCTEventDispatcher.h"
#import "RCTImageLoader.h"
#import "RCTLog.h"
#import "RCTUtils.h"
@interface RCTHTTPRequestHandler () <NSURLSessionDataDelegate>
@end