Skip to content

Commit

Permalink
Merge pull request #1258 from google-deepmind:lanctot_aug1_pybind11_fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658753258
Change-Id: I927abbb5bc261725e0468d74dc01ec9e4da14865
  • Loading branch information
lanctot committed Aug 2, 2024
2 parents 023847b + 4ea47d6 commit 1428a82
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 1428a82

Please sign in to comment.