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:
David Aurelio
2019-06-21 04:04:54 -07:00
committed by Facebook Github Bot
parent 2b8217ce8d
commit d667ebd66e

View File

@@ -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;