|
6 | 6 | #ifndef PYTHON_DWA2002810_HPP |
7 | 7 | # define PYTHON_DWA2002810_HPP |
8 | 8 |
|
9 | | -# include <args.hpp> |
10 | | -# include <args_fwd.hpp> |
11 | | -# include <back_reference.hpp> |
12 | | -# include <bases.hpp> |
13 | | -# include <borrowed.hpp> |
14 | | -# include <call.hpp> |
15 | | -# include <call_method.hpp> |
16 | | -# include <class.hpp> |
17 | | -# include <copy_const_reference.hpp> |
18 | | -# include <copy_non_const_reference.hpp> |
19 | | -# include <data_members.hpp> |
20 | | -# include <def.hpp> |
21 | | -# include <default_call_policies.hpp> |
22 | | -# include <dict.hpp> |
23 | | -# include <enum.hpp> |
24 | | -# include <errors.hpp> |
25 | | -# include <exception_translator.hpp> |
26 | | -# include <extract.hpp> |
27 | | -# include <handle.hpp> |
28 | | -# include <has_back_reference.hpp> |
29 | | -# include <implicit.hpp> |
30 | | -# include <init.hpp> |
31 | | -# include <instance_holder.hpp> |
32 | | -# include <iterator.hpp> |
33 | | -# include <list.hpp> |
34 | | -# include <long.hpp> |
35 | | -# include <lvalue_from_pytype.hpp> |
36 | | -# include <make_function.hpp> |
37 | | -# include <manage_new_object.hpp> |
38 | | -# include <module.hpp> |
39 | | -# include <numeric.hpp> |
40 | | -# include <object.hpp> |
41 | | -# include <object_protocol.hpp> |
42 | | -# include <object_protocol_core.hpp> |
43 | | -# include <operators.hpp> |
44 | | -# include <other.hpp> |
45 | | -# include <overloads.hpp> |
46 | | -# include <pointee.hpp> |
47 | | -# include <ptr.hpp> |
48 | | -# include <reference_existing_object.hpp> |
49 | | -# include <return_internal_reference.hpp> |
50 | | -# include <return_value_policy.hpp> |
51 | | -# include <scope.hpp> |
52 | | -# include <self.hpp> |
53 | | -# include <slice_nil.hpp> |
54 | | -# include <str.hpp> |
55 | | -# include <to_python_converter.hpp> |
56 | | -# include <to_python_indirect.hpp> |
57 | | -# include <to_python_value.hpp> |
58 | | -# include <tuple.hpp> |
59 | | -# include <type_id.hpp> |
60 | | -# include <with_custodian_and_ward.hpp> |
| 9 | +# include <boost/python/args.hpp> |
| 10 | +# include <boost/python/args_fwd.hpp> |
| 11 | +# include <boost/python/back_reference.hpp> |
| 12 | +# include <boost/python/bases.hpp> |
| 13 | +# include <boost/python/borrowed.hpp> |
| 14 | +# include <boost/python/call.hpp> |
| 15 | +# include <boost/python/call_method.hpp> |
| 16 | +# include <boost/python/class.hpp> |
| 17 | +# include <boost/python/copy_const_reference.hpp> |
| 18 | +# include <boost/python/copy_non_const_reference.hpp> |
| 19 | +# include <boost/python/data_members.hpp> |
| 20 | +# include <boost/python/def.hpp> |
| 21 | +# include <boost/python/default_call_policies.hpp> |
| 22 | +# include <boost/python/dict.hpp> |
| 23 | +# include <boost/python/enum.hpp> |
| 24 | +# include <boost/python/errors.hpp> |
| 25 | +# include <boost/python/exception_translator.hpp> |
| 26 | +# include <boost/python/extract.hpp> |
| 27 | +# include <boost/python/handle.hpp> |
| 28 | +# include <boost/python/has_back_reference.hpp> |
| 29 | +# include <boost/python/implicit.hpp> |
| 30 | +# include <boost/python/init.hpp> |
| 31 | +# include <boost/python/instance_holder.hpp> |
| 32 | +# include <boost/python/iterator.hpp> |
| 33 | +# include <boost/python/list.hpp> |
| 34 | +# include <boost/python/long.hpp> |
| 35 | +# include <boost/python/lvalue_from_pytype.hpp> |
| 36 | +# include <boost/python/make_function.hpp> |
| 37 | +# include <boost/python/manage_new_object.hpp> |
| 38 | +# include <boost/python/module.hpp> |
| 39 | +# include <boost/python/numeric.hpp> |
| 40 | +# include <boost/python/object.hpp> |
| 41 | +# include <boost/python/object_protocol.hpp> |
| 42 | +# include <boost/python/object_protocol_core.hpp> |
| 43 | +# include <boost/python/operators.hpp> |
| 44 | +# include <boost/python/other.hpp> |
| 45 | +# include <boost/python/overloads.hpp> |
| 46 | +# include <boost/python/pointee.hpp> |
| 47 | +# include <boost/python/ptr.hpp> |
| 48 | +# include <boost/python/reference_existing_object.hpp> |
| 49 | +# include <boost/python/return_internal_reference.hpp> |
| 50 | +# include <boost/python/return_value_policy.hpp> |
| 51 | +# include <boost/python/scope.hpp> |
| 52 | +# include <boost/python/self.hpp> |
| 53 | +# include <boost/python/slice_nil.hpp> |
| 54 | +# include <boost/python/str.hpp> |
| 55 | +# include <boost/python/to_python_converter.hpp> |
| 56 | +# include <boost/python/to_python_indirect.hpp> |
| 57 | +# include <boost/python/to_python_value.hpp> |
| 58 | +# include <boost/python/tuple.hpp> |
| 59 | +# include <boost/python/type_id.hpp> |
| 60 | +# include <boost/python/with_custodian_and_ward.hpp> |
61 | 61 |
|
62 | 62 | #endif PYTHON_DWA2002810_HPP |
0 commit comments