From d667ebd66eb31910b7b3ea29436335bf6ec5053f Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Fri, 21 Jun 2019 04:04:54 -0700 Subject: [PATCH] Replace relative include Summary: Replaces the relative include to `YGEnums.h` in `yoga/event/event.h` with `#include Reviewed By: SidharthGuglani Differential Revision: D15778634 fbshipit-source-id: 2bceeb58f26c0d9d0df6c0e7ea20b8ddf68a1ee5 --- yoga/event/event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yoga/event/event.h b/yoga/event/event.h index bb659e15..58e5e541 100644 --- a/yoga/event/event.h +++ b/yoga/event/event.h @@ -8,8 +8,8 @@ #include #include -#include "../YGEnums.h" -#include "../YGMarker.h" +#include +#include struct YGConfig; struct YGNode;