diff --git a/include/boost/python/object.hpp b/include/boost/python/object.hpp index c7a25b66..30b007c4 100755 --- a/include/boost/python/object.hpp +++ b/include/boost/python/object.hpp @@ -11,14 +11,11 @@ # include # include -namespace boost { namespace python { namespace api { +namespace boost { namespace python { + + class type_; // XXX temporary work-around + class string; -class string; -class type_object; - -template -type_object type(T const&); - -}}} // namespace boost::python::api +}} // namespace boost::python #endif // OBJECT_DWA2002612_HPP