Skip to content

Commit

Permalink
Remove smart_holder_type_casters.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Aug 1, 2024
1 parent 3cdecf7 commit 4ea47d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion open_spiel/python/pybind11/games_dots_and_boxes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "open_spiel/spiel.h"
#include "pybind11/include/pybind11/smart_holder.h"
#include "pybind11/include/pybind11/pybind11.h"
#include "pybind11/include/pybind11/detail/smart_holder_type_casters.h"


namespace py = ::pybind11;
Expand Down
1 change: 0 additions & 1 deletion open_spiel/python/pybind11/pybind11.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "pybind11/include/pybind11/cast.h"
#include "pybind11/include/pybind11/detail/common.h"
#include "pybind11/include/pybind11/detail/descr.h"
#include "pybind11/include/pybind11/detail/smart_holder_type_casters.h"
#include "pybind11/include/pybind11/functional.h" // IWYU pragma: keep
#include "pybind11/include/pybind11/numpy.h" // IWYU pragma: keep
#include "pybind11/include/pybind11/operators.h" // IWYU pragma: keep
Expand Down

0 comments on commit 4ea47d6

Please sign in to comment.