From cb315d9ed9378524185cef26d8df9cb9010905f3 Mon Sep 17 00:00:00 2001 From: Robert Sayre Date: Sun, 3 Jun 2018 16:46:31 -0700 Subject: [PATCH 1/2] Remove unused import. --- ReactCommon/fabric/core/layout/LayoutContext.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactCommon/fabric/core/layout/LayoutContext.h b/ReactCommon/fabric/core/layout/LayoutContext.h index 1046fd00147fdd..86ed69f85f4027 100644 --- a/ReactCommon/fabric/core/layout/LayoutContext.h +++ b/ReactCommon/fabric/core/layout/LayoutContext.h @@ -9,7 +9,6 @@ #include -#include #include namespace facebook { From 52372411ce3eba9029ababc1e2a1601532d8288b Mon Sep 17 00:00:00 2001 From: Robert Sayre Date: Sun, 3 Jun 2018 20:26:29 -0700 Subject: [PATCH 2/2] Also remove . --- ReactCommon/fabric/core/layout/LayoutContext.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReactCommon/fabric/core/layout/LayoutContext.h b/ReactCommon/fabric/core/layout/LayoutContext.h index 86ed69f85f4027..d7197cd9632eae 100644 --- a/ReactCommon/fabric/core/layout/LayoutContext.h +++ b/ReactCommon/fabric/core/layout/LayoutContext.h @@ -7,8 +7,6 @@ #pragma once -#include - #include namespace facebook {