2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

Reduce header interdependencies

[SVN r15242]
This commit is contained in:
uid30600
2002-09-09 20:05:17 +00:00
parent 33ee2a43c5
commit 75a0da31fb
18 changed files with 45 additions and 19 deletions

View File

@@ -6,6 +6,7 @@
#include <boost/python/converter/object_manager.hpp>
#include <boost/python/borrowed.hpp>
#include <boost/static_assert.hpp>
#include <boost/python/handle.hpp>
using namespace boost::python;
using namespace boost::python::converter;