1 // Copyright David Abrahams 2003.
2 // Distributed under the Boost Software License, Version 1.0. (See
3 // accompanying file LICENSE_1_0.txt or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
5 #ifndef PREFIX_DWA2003531_HPP
6 # define PREFIX_DWA2003531_HPP
7 
8 // The rule is that <Python.h> must be included before any system
9 // headers (so it can get control over some awful macros).
10 // Unfortunately, Boost.Python needs to #include <limits.h> first, at
11 // least... but this gets us as close as possible.
12 
13 # include <boost/python/detail/wrap_python.hpp>
14 # include <boost/python/detail/config.hpp>
15 
16 #endif // PREFIX_DWA2003531_HPP
17