diff --git a/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp b/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp index b0361e97b9bbf5..fa13b6ecff111d 100644 --- a/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp +++ b/ReactAndroid/src/main/jni/first-party/fb/jni/android/CpuCapabilities.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include namespace facebook { namespace jni { diff --git a/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp b/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp index 176b9cb098d15b..dedff4b35823cf 100644 --- a/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp +++ b/ReactAndroid/src/main/jni/first-party/fbgloginit/glog_init.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #ifdef __ANDROID__ diff --git a/ReactCommon/cxxreact/CxxNativeModule.cpp b/ReactCommon/cxxreact/CxxNativeModule.cpp index 2b674c0c186e94..6a9b635aeb6dd6 100644 --- a/ReactCommon/cxxreact/CxxNativeModule.cpp +++ b/ReactCommon/cxxreact/CxxNativeModule.cpp @@ -7,7 +7,7 @@ #include "Instance.h" #include -#include +#include #include #include "JsArgumentHelpers.h" diff --git a/ReactCommon/cxxreact/Instance.cpp b/ReactCommon/cxxreact/Instance.cpp index 23723fbbe27bce..f8561c01cbfbca 100644 --- a/ReactCommon/cxxreact/Instance.cpp +++ b/ReactCommon/cxxreact/Instance.cpp @@ -16,12 +16,11 @@ #include "SystraceSection.h" #include +#include #include #include #include -#include - #include #include #include diff --git a/ReactCommon/cxxreact/ModuleRegistry.cpp b/ReactCommon/cxxreact/ModuleRegistry.cpp index 1d3ba722b8d36d..fccb92907fddb9 100644 --- a/ReactCommon/cxxreact/ModuleRegistry.cpp +++ b/ReactCommon/cxxreact/ModuleRegistry.cpp @@ -5,7 +5,7 @@ #include "ModuleRegistry.h" -#include +#include #include "NativeModule.h" #include "SystraceSection.h" diff --git a/ReactCommon/cxxreact/NativeToJsBridge.cpp b/ReactCommon/cxxreact/NativeToJsBridge.cpp index 4cb428d9750d53..5edccac47d26a3 100644 --- a/ReactCommon/cxxreact/NativeToJsBridge.cpp +++ b/ReactCommon/cxxreact/NativeToJsBridge.cpp @@ -6,9 +6,9 @@ #include "NativeToJsBridge.h" #include +#include #include #include -#include #include "Instance.h" #include "JSBigString.h" diff --git a/ReactCommon/cxxreact/SampleCxxModule.cpp b/ReactCommon/cxxreact/SampleCxxModule.cpp index 1862c0f08da4bc..5d759ccff36974 100644 --- a/ReactCommon/cxxreact/SampleCxxModule.cpp +++ b/ReactCommon/cxxreact/SampleCxxModule.cpp @@ -6,8 +6,8 @@ #include "SampleCxxModule.h" #include +#include #include -#include #include diff --git a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp index dbb9560ca94b37..e59619a822835a 100644 --- a/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +++ b/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp @@ -10,8 +10,8 @@ #include #include #include +#include #include -#include #include #include diff --git a/ReactCommon/microprofiler/MicroProfiler.cpp b/ReactCommon/microprofiler/MicroProfiler.cpp index 8bee8cd75eb628..39e7f0e56f98d4 100644 --- a/ReactCommon/microprofiler/MicroProfiler.cpp +++ b/ReactCommon/microprofiler/MicroProfiler.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include "MicroProfiler.h"