remove unnecessary includes

release/4.3a0
Varun Agrawal 2022-01-31 12:14:31 -05:00
parent d0279d2738
commit 394bb82dba
3 changed files with 0 additions and 6 deletions

View File

@ -10,5 +10,3 @@
* Without this they will be automatically converted to a Python object, and all
* mutations on Python side will not be reflected on C++.
*/
#include <pybind11/stl.h>

View File

@ -11,6 +11,4 @@
* mutations on Python side will not be reflected on C++.
*/
#include <pybind11/stl.h>
PYBIND11_MAKE_OPAQUE(gtsam::DiscreteKeys);

View File

@ -11,5 +11,3 @@
* mutations on Python side will not be reflected on C++.
*/
#include <pybind11/stl.h>