2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 08:02:38 +00:00

Move module_base to detail, avoiding recompilation dependencies

[SVN r12970]
This commit is contained in:
Dave Abrahams
2002-02-28 00:24:06 +00:00
parent ccb7a8f94f
commit 412a00249f
5 changed files with 51 additions and 35 deletions

View File

@@ -3,8 +3,7 @@
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <boost/python/detail/config.hpp>
#include <boost/python/detail/wrap_python.hpp>
#include <boost/python/converter/registry.hpp>
#include <boost/python/object/class.hpp>
#include <boost/python/objects.hpp>
#include <boost/python/detail/map_entry.hpp>