remove unused includes in fbobjc/Libraries
Reviewed By: swolchok Differential Revision: D4507573 fbshipit-source-id: 7fc6df52bc37c39698c7897be567758469417218
This commit is contained in:
parent
555e456754
commit
4a893ee071
|
@ -15,7 +15,6 @@
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import <React/RCTConvert.h>
|
#import <React/RCTConvert.h>
|
||||||
#import <React/RCTUtils.h>
|
|
||||||
|
|
||||||
@interface RCTConvert_YGValueTests : XCTestCase
|
@interface RCTConvert_YGValueTests : XCTestCase
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import <React/RCTJSCExecutor.h>
|
#import <React/RCTJSCExecutor.h>
|
||||||
#import <React/RCTUtils.h>
|
|
||||||
|
|
||||||
@interface RCTJSCExecutorTests : XCTestCase
|
@interface RCTJSCExecutorTests : XCTestCase
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#import <React/RCTBridgeModule.h>
|
#import <React/RCTBridgeModule.h>
|
||||||
#import <React/RCTJavaScriptExecutor.h>
|
#import <React/RCTJavaScriptExecutor.h>
|
||||||
#import <React/RCTUIManager.h>
|
#import <React/RCTUIManager.h>
|
||||||
#import <React/RCTUtils.h>
|
|
||||||
#import <React/RCTViewManager.h>
|
#import <React/RCTViewManager.h>
|
||||||
|
|
||||||
#define RUN_RUNLOOP_WHILE(CONDITION) \
|
#define RUN_RUNLOOP_WHILE(CONDITION) \
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import <React/RCTMultipartStreamReader.h>
|
#import <React/RCTMultipartStreamReader.h>
|
||||||
#import <React/RCTUtils.h>
|
|
||||||
|
|
||||||
@interface RCTMultipartStreamReaderTests : XCTestCase
|
@interface RCTMultipartStreamReaderTests : XCTestCase
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
#import <React/RCTConvert.h>
|
#import <React/RCTConvert.h>
|
||||||
#import <React/RCTImageStoreManager.h>
|
#import <React/RCTImageStoreManager.h>
|
||||||
#import <React/RCTLog.h>
|
|
||||||
#import <React/RCTRootView.h>
|
#import <React/RCTRootView.h>
|
||||||
#import <React/RCTUtils.h>
|
#import <React/RCTUtils.h>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#import "RCTGIFImageDecoder.h"
|
#import "RCTGIFImageDecoder.h"
|
||||||
|
|
||||||
#import <ImageIO/ImageIO.h>
|
#import <ImageIO/ImageIO.h>
|
||||||
#import <MobileCoreServices/MobileCoreServices.h>
|
|
||||||
#import <QuartzCore/QuartzCore.h>
|
#import <QuartzCore/QuartzCore.h>
|
||||||
|
|
||||||
#import <React/RCTUtils.h>
|
#import <React/RCTUtils.h>
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
#import "RCTImageCache.h"
|
#import "RCTImageCache.h"
|
||||||
|
|
||||||
#import <libkern/OSAtomic.h>
|
|
||||||
#import <objc/runtime.h>
|
#import <objc/runtime.h>
|
||||||
|
|
||||||
#import <ImageIO/ImageIO.h>
|
#import <ImageIO/ImageIO.h>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
#import <React/RCTConvert.h>
|
#import <React/RCTConvert.h>
|
||||||
#import <React/RCTImageSource.h>
|
|
||||||
|
|
||||||
#import "RCTImageLoader.h"
|
#import "RCTImageLoader.h"
|
||||||
#import "RCTImageView.h"
|
#import "RCTImageView.h"
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#import <React/RCTConvert.h>
|
#import <React/RCTConvert.h>
|
||||||
#import <React/RCTDefines.h>
|
#import <React/RCTDefines.h>
|
||||||
|
|
||||||
#import "RCTAnimationUtils.h"
|
|
||||||
#import "RCTValueAnimatedNode.h"
|
#import "RCTValueAnimatedNode.h"
|
||||||
|
|
||||||
@interface RCTSpringAnimation ()
|
@interface RCTSpringAnimation ()
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
#import "RCTClipboard.h"
|
#import "RCTClipboard.h"
|
||||||
|
|
||||||
#import "RCTUtils.h"
|
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
@implementation RCTClipboard
|
@implementation RCTClipboard
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
#import "RCTSlider.h"
|
#import "RCTSlider.h"
|
||||||
|
|
||||||
#import <tgmath.h>
|
|
||||||
|
|
||||||
@implementation RCTSlider
|
@implementation RCTSlider
|
||||||
{
|
{
|
||||||
float _unclippedValue;
|
float _unclippedValue;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include "JSBigString.h"
|
#include "JSBigString.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <folly/Memory.h>
|
#include <folly/Memory.h>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace folly;
|
using namespace folly;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -6,7 +5,6 @@
|
||||||
#include <folly/File.h>
|
#include <folly/File.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <cxxreact/Executor.h>
|
#include <cxxreact/Executor.h>
|
||||||
#include <cxxreact/MessageQueueThread.h>
|
|
||||||
#include <cxxreact/MethodCall.h>
|
#include <cxxreact/MethodCall.h>
|
||||||
|
|
||||||
using namespace facebook;
|
using namespace facebook;
|
||||||
|
|
Loading…
Reference in New Issue