react-native/ReactCommon/fabric/core
Robert Sayre 79c5b8eb97 Remove unused include. (#19548)
Summary:
`LayoutableShadowNode.cpp` includes `"LayoutableShadowNode.h"` as well as `<fabric/core/LayoutContext.h>`. In turn, `LayoutContext.h` then includes `<fabric/core/LayoutableShadowNode.h>`. `LayoutContext.h` doesn't actually require `LayoutableShadowNode.h`, but this unnecessary inclusion can cause duplicate definition errors if the two include paths don't map to exactly the same file. This patch removes the unnecessary include.

The CI's build system should cover the testing needed.

[INTERNAL] [MINOR] [fabric] - Remove an unnecessary include in fabric/core/layout.
Closes https://github.com/facebook/react-native/pull/19548

Differential Revision: D8313337

Pulled By: shergin

fbshipit-source-id: 2e01e29ff25131543d9a8601483c2e716c7437be
2018-06-07 08:36:37 -07:00
..
componentdescriptor Fabric: Integrating `tag` into `EventHandlers` 2018-06-01 09:37:46 -07:00
events Fabric: The first version of event dispatching pipeline 2018-06-01 09:37:46 -07:00
layout Remove unused include. (#19548) 2018-06-07 08:36:37 -07:00
primitives Fabric: Removed unused type aliases 2018-06-01 09:37:46 -07:00
shadownode Fabric: Application layer of events infrastructure 2018-05-22 16:31:58 -07:00
tests Fabric: Application layer of events infrastructure 2018-05-22 16:31:58 -07:00
BUCK Fabric: Application layer of events infrastructure 2018-05-22 16:31:58 -07:00
conversions.h Fabric: New props treatment in `core` module 2018-05-14 16:03:49 -07:00
propsConversions.h iOS: fix up RNTesterPods 2018-05-16 14:14:41 -07:00