mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 09:23:16 +08:00
Use library style imports
Reviewed By: IanChilds Differential Revision: D3714512 fbshipit-source-id: 4c42d52b3ab92903e9e9451df0ca1564e2d33f0f
This commit is contained in:
committed by
Facebook Github Bot 4
parent
043a6cd2c1
commit
451cc2dee7
@@ -9,8 +9,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CSSLayout.h"
|
||||
#include "CSSNodeList.h"
|
||||
#include <CSSLayout/CSSLayout.h>
|
||||
#include <CSSLayout/CSSNodeList.h>
|
||||
|
||||
CSS_EXTERN_C_BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user