Skip to content

Commit

Permalink
Remove duplicated include when preparing prefabs
Browse files Browse the repository at this point in the history
Summary:
Some of the includes in the task that prepares prefabs are duplicated. Removing the duplication

## Changelog:
[Internal] - Cleanup android prefabs

Differential Revision: D55751660
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Apr 4, 2024
1 parent 82b58d0 commit 010eebf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,11 @@ abstract class PreparePrefabHeadersTask : DefaultTask() {
it.include("boost/mpl/**/*.hpp")
it.include("boost/mp11/**/*.hpp")
it.include("boost/describe/**/*.hpp")
it.include("boost/preprocessor/**/*.hpp")
it.include("boost/type_traits/**/*.hpp")
it.include("boost/utility/**/*.hpp")
it.include("boost/detail/workaround.hpp")
it.include("boost/assert.hpp")
it.include("boost/static_assert.hpp")
it.include("boost/cstdint.hpp")
it.include("boost/operators.hpp")
it.include("boost/config.hpp")
it.include("boost/utility.hpp")
it.include("boost/version.hpp")
it.into(File(outputFolder.asFile, headerPrefix))
Expand Down

0 comments on commit 010eebf

Please sign in to comment.