Skip to content

Commit

Permalink
Rename Yoga includes to capital case
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfurini committed Sep 12, 2019
1 parent 636924d commit 7b96af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactCommon/yoga/yoga/Bitfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <cstddef>
#include <limits>
#include <type_traits>
#include <yoga/YGEnums.h>
#include <Yoga/YGEnums.h>

namespace facebook {
namespace yoga {
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/yoga/yoga/event/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <functional>
#include <vector>
#include <array>
#include <yoga/YGEnums.h>
#include <Yoga/YGEnums.h>

struct YGConfig;
struct YGNode;
Expand Down

0 comments on commit 7b96af6

Please sign in to comment.