diff options
Diffstat (limited to 'host/python/pyuhd.cpp')
-rw-r--r-- | host/python/pyuhd.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/python/pyuhd.cpp b/host/python/pyuhd.cpp index b29ca4678..e38dc9224 100644 --- a/host/python/pyuhd.cpp +++ b/host/python/pyuhd.cpp @@ -13,11 +13,6 @@ namespace py = pybind11; -// Allow boost::shared_ptr<T> to be a holder class of an object (PyBind11 -// supports std::shared_ptr and std::unique_ptr out of the box) -#include <boost/shared_ptr.hpp> -PYBIND11_DECLARE_HOLDER_TYPE(T, boost::shared_ptr<T>); - #include "stream_python.hpp" #include "types/types_python.hpp" |