remove unnecessary includes
parent
d0279d2738
commit
394bb82dba
|
|
@ -10,5 +10,3 @@
|
||||||
* Without this they will be automatically converted to a Python object, and all
|
* Without this they will be automatically converted to a Python object, and all
|
||||||
* mutations on Python side will not be reflected on C++.
|
* mutations on Python side will not be reflected on C++.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pybind11/stl.h>
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,4 @@
|
||||||
* mutations on Python side will not be reflected on C++.
|
* mutations on Python side will not be reflected on C++.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pybind11/stl.h>
|
|
||||||
|
|
||||||
PYBIND11_MAKE_OPAQUE(gtsam::DiscreteKeys);
|
PYBIND11_MAKE_OPAQUE(gtsam::DiscreteKeys);
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,3 @@
|
||||||
* mutations on Python side will not be reflected on C++.
|
* mutations on Python side will not be reflected on C++.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pybind11/stl.h>
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue