2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00

Merged header inclusion order fix from trunk to release branch.

[SVN r34195]
This commit is contained in:
Markus Schöpflin
2006-06-06 09:44:35 +00:00
parent fa2185e5ab
commit 7a645a6d8a

View File

@@ -2,7 +2,6 @@
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/assert.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
@@ -10,6 +9,7 @@
#include <boost/python/call_method.hpp>
#include <boost/ref.hpp>
#include <boost/utility.hpp>
#include <boost/assert.hpp>
using namespace boost::python;