Replace relative include
Summary: Replaces the relative include to `YGEnums.h` in `yoga/event/event.h` with `#include <yoga/YGEnums.h> Reviewed By: SidharthGuglani Differential Revision: D15778634 fbshipit-source-id: 2bceeb58f26c0d9d0df6c0e7ea20b8ddf68a1ee5
This commit is contained in:
committed by
Facebook Github Bot
parent
2b8217ce8d
commit
d667ebd66e
@@ -8,8 +8,8 @@
|
||||
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include "../YGEnums.h"
|
||||
#include "../YGMarker.h"
|
||||
#include <yoga/YGEnums.h>
|
||||
#include <yoga/YGMarker.h>
|
||||
|
||||
struct YGConfig;
|
||||
struct YGNode;
|
||||
|
Reference in New Issue
Block a user