Skip to content

Commit

Permalink
Remove unused imports from ReactPrimitives.h (#43806)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43806

[General][Breaking] - Remove unused imports (folly/dynamic.h) from ReactPrimitives.h

Reviewed By: cipolleschi

Differential Revision: D55679447

fbshipit-source-id: 09dbab197be3cc149f481ee5459bf21fd6c376df
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Apr 3, 2024
1 parent e1c1910 commit 4fd95b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <react/renderer/imagemanager/primitives.h>

#ifdef ANDROID
#include <folly/dynamic.h>
#include <react/renderer/mapbuffer/MapBuffer.h>
#include <react/renderer/mapbuffer/MapBufferBuilder.h>
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#pragma once

#include <folly/dynamic.h>
#include <memory>
#include <string>

namespace facebook::react {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#pragma once

#include <folly/dynamic.h>
#include <jsi/jsi.h>
#include <react/renderer/core/ReactPrimitives.h>

Expand Down

0 comments on commit 4fd95b6

Please sign in to comment.