summaryrefslogtreecommitdiff
path: root/boost/python/detail/borrowed_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/detail/borrowed_ptr.hpp')
-rw-r--r--boost/python/detail/borrowed_ptr.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/python/detail/borrowed_ptr.hpp b/boost/python/detail/borrowed_ptr.hpp
index d91d05c90f..7d78739ed9 100644
--- a/boost/python/detail/borrowed_ptr.hpp
+++ b/boost/python/detail/borrowed_ptr.hpp
@@ -8,8 +8,7 @@
# include <boost/config.hpp>
# include <boost/type.hpp>
# include <boost/mpl/if.hpp>
-# include <boost/type_traits/object_traits.hpp>
-# include <boost/type_traits/cv_traits.hpp>
+# include <boost/python/detail/type_traits.hpp>
# include <boost/python/tag.hpp>
namespace boost { namespace python { namespace detail {