move event files to yoga/events folder

Summary: Moved events files to yoga/events for better code structure

Reviewed By: davidaurelio

Differential Revision: D15198566

fbshipit-source-id: 74d451011841d59fae5a1c637f9c33a7d2d1f87e
This commit is contained in:
Sidharth Guglani
2019-05-09 07:42:34 -07:00
committed by Facebook Github Bot
parent eb534bca58
commit 12fb97d9e9
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
#include "YGNode.h"
#include "YGNodePrint.h"
#include "Yoga-internal.h"
#include "events.h"
#include "event/event.h"
#include "instrumentation.h"
#ifdef _MSC_VER
#include <float.h>

View File

@@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#include "events.h"
#include "event.h"
#include <memory>
#include <stdexcept>