Skip to content

Commit

Permalink
Split of "Mass update arvr/third-party/pybind11 to point to third-par…
Browse files Browse the repository at this point in the history
…ty/pybind11" #2 (pytorch#1433)

Summary:
Pull Request resolved: pytorch#1433

Incrementally updating this over

Differential Revision: D52018058

fbshipit-source-id: fc460e8ca59c4e24828f5a199de011004755d29a
  • Loading branch information
8Keep authored and facebook-github-bot committed Dec 18, 2023
1 parent 9dc6989 commit c1aedde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exir/_serialize/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cpp_python_extension(
"//executorch/sdk/etdump/...",
],
deps = [
"fbsource//arvr/third-party/pybind11:pybind11",
"fbsource//third-party/flatbuffers:flatc_library",
"fbsource//third-party/pybind11/2.6.2:pybind11",
],
)

Expand Down
4 changes: 2 additions & 2 deletions exir/_serialize/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

#include <flatbuffers/flatc.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
#include <flatbuffers/idl.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
#include <pybind11/pybind11.h> // @manual=fbsource//arvr/third-party/pybind11:pybind11
#include <pybind11/stl.h> // @manual=fbsource//arvr/third-party/pybind11:pybind11
#include <pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11
#include <pybind11/stl.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11

namespace exir {
namespace {
Expand Down

0 comments on commit c1aedde

Please sign in to comment.