From 4477fe4dd66a0de04541c807285d8beaf76179f1 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 3 Jun 2003 02:58:43 +0000 Subject: [PATCH] Python 2.3 Tru64 cxx compatibility & a little cleanup [SVN r18652] --- include/boost/python/arg_from_python.hpp | 1 + include/boost/python/cast.hpp | 1 - include/boost/python/converter/arg_from_python.hpp | 2 +- include/boost/python/converter/arg_to_python_base.hpp | 1 - include/boost/python/converter/builtin_converters.hpp | 2 +- include/boost/python/converter/from_python.hpp | 3 +-- include/boost/python/converter/obj_mgr_arg_from_python.hpp | 2 +- include/boost/python/converter/pyobject_traits.hpp | 2 +- include/boost/python/converter/pyobject_type.hpp | 2 -- include/boost/python/converter/pytype_arg_from_python.hpp | 2 +- include/boost/python/converter/pytype_object_mgr_traits.hpp | 2 +- include/boost/python/converter/registrations.hpp | 4 ++-- include/boost/python/converter/registry.hpp | 2 -- include/boost/python/converter/to_python_function_type.hpp | 2 +- include/boost/python/data_members.hpp | 2 -- include/boost/python/default_call_policies.hpp | 1 - include/boost/python/detail/aix_init_module.hpp | 2 +- include/boost/python/detail/invoke.hpp | 2 +- include/boost/python/detail/none.hpp | 3 +-- include/boost/python/errors.hpp | 3 +-- include/boost/python/handle.hpp | 1 - include/boost/python/handle_fwd.hpp | 2 -- include/boost/python/instance_holder.hpp | 1 - include/boost/python/module_init.hpp | 3 --- include/boost/python/object.hpp | 1 + include/boost/python/object/add_to_namespace.hpp | 1 - include/boost/python/object/class.hpp | 3 +-- include/boost/python/object/function.hpp | 3 +-- include/boost/python/object/function_object.hpp | 2 +- include/boost/python/object/instance.hpp | 2 +- include/boost/python/object/iterator_core.hpp | 1 - include/boost/python/object/life_support.hpp | 3 +-- include/boost/python/object/make_holder.hpp | 3 ++- include/boost/python/object/make_instance.hpp | 2 +- include/boost/python/object/pickle_support.hpp | 2 +- include/boost/python/object_protocol.hpp | 2 -- include/boost/python/object_protocol_core.hpp | 1 - include/boost/python/operators.hpp | 1 - include/boost/python/proxy.hpp | 1 + include/boost/python/refcount.hpp | 2 -- include/boost/python/scope.hpp | 1 + include/boost/python/self.hpp | 2 -- include/boost/python/type_id.hpp | 2 -- test/docstring.cpp | 1 - test/embedding.cpp | 4 ++-- test/extract.cpp | 2 +- test/m1.cpp | 4 ++-- test/operators.cpp | 1 - test/pickle2.cpp | 2 -- test/pickle3.cpp | 2 -- test/select_holder.cpp | 4 ++-- test/string_literal.cpp | 2 +- test/test_builtin_converters.cpp | 1 - 53 files changed, 35 insertions(+), 71 deletions(-) diff --git a/include/boost/python/arg_from_python.hpp b/include/boost/python/arg_from_python.hpp index b30c70eb..23de5903 100755 --- a/include/boost/python/arg_from_python.hpp +++ b/include/boost/python/arg_from_python.hpp @@ -6,6 +6,7 @@ #ifndef ARG_FROM_PYTHON_DWA2002128_HPP # define ARG_FROM_PYTHON_DWA2002128_HPP +# include # include # include diff --git a/include/boost/python/cast.hpp b/include/boost/python/cast.hpp index 46219522..c54141f0 100755 --- a/include/boost/python/cast.hpp +++ b/include/boost/python/cast.hpp @@ -8,7 +8,6 @@ # include -# include # include # include # include diff --git a/include/boost/python/converter/arg_from_python.hpp b/include/boost/python/converter/arg_from_python.hpp index b835e633..b17261d0 100755 --- a/include/boost/python/converter/arg_from_python.hpp +++ b/include/boost/python/converter/arg_from_python.hpp @@ -6,8 +6,8 @@ #ifndef ARG_FROM_PYTHON_DWA2002127_HPP # define ARG_FROM_PYTHON_DWA2002127_HPP +# include # include -# include # include # include # include diff --git a/include/boost/python/converter/arg_to_python_base.hpp b/include/boost/python/converter/arg_to_python_base.hpp index 850da036..5bd192d5 100755 --- a/include/boost/python/converter/arg_to_python_base.hpp +++ b/include/boost/python/converter/arg_to_python_base.hpp @@ -5,7 +5,6 @@ // to its suitability for any purpose. #ifndef ARG_TO_PYTHON_BASE_DWA200237_HPP # define ARG_TO_PYTHON_BASE_DWA200237_HPP -# include # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/converter/builtin_converters.hpp b/include/boost/python/converter/builtin_converters.hpp index 2c2d8473..e78eee9a 100644 --- a/include/boost/python/converter/builtin_converters.hpp +++ b/include/boost/python/converter/builtin_converters.hpp @@ -5,7 +5,7 @@ // to its suitability for any purpose. #ifndef BUILTIN_CONVERTERS_DWA2002124_HPP # define BUILTIN_CONVERTERS_DWA2002124_HPP -# include +# include # include # include # include diff --git a/include/boost/python/converter/from_python.hpp b/include/boost/python/converter/from_python.hpp index 32a7431e..c0e27050 100644 --- a/include/boost/python/converter/from_python.hpp +++ b/include/boost/python/converter/from_python.hpp @@ -6,8 +6,7 @@ #ifndef FIND_FROM_PYTHON_DWA2002223_HPP # define FIND_FROM_PYTHON_DWA2002223_HPP -# include -# include +# include # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/converter/obj_mgr_arg_from_python.hpp b/include/boost/python/converter/obj_mgr_arg_from_python.hpp index dfda753d..1266767d 100644 --- a/include/boost/python/converter/obj_mgr_arg_from_python.hpp +++ b/include/boost/python/converter/obj_mgr_arg_from_python.hpp @@ -6,7 +6,7 @@ #ifndef OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP # define OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP -# include +# include # include # include # include diff --git a/include/boost/python/converter/pyobject_traits.hpp b/include/boost/python/converter/pyobject_traits.hpp index f975360c..f67ff58d 100644 --- a/include/boost/python/converter/pyobject_traits.hpp +++ b/include/boost/python/converter/pyobject_traits.hpp @@ -6,7 +6,7 @@ #ifndef PYOBJECT_TRAITS_DWA2002720_HPP # define PYOBJECT_TRAITS_DWA2002720_HPP -# include +# include # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/converter/pyobject_type.hpp b/include/boost/python/converter/pyobject_type.hpp index 59ff7244..014c9c96 100644 --- a/include/boost/python/converter/pyobject_type.hpp +++ b/include/boost/python/converter/pyobject_type.hpp @@ -6,8 +6,6 @@ #ifndef PYOBJECT_TYPE_DWA2002720_HPP # define PYOBJECT_TYPE_DWA2002720_HPP -# include -# include # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/converter/pytype_arg_from_python.hpp b/include/boost/python/converter/pytype_arg_from_python.hpp index ade4fd66..7b50b919 100644 --- a/include/boost/python/converter/pytype_arg_from_python.hpp +++ b/include/boost/python/converter/pytype_arg_from_python.hpp @@ -6,7 +6,7 @@ #ifndef PYTYPE_ARG_FROM_PYTHON_DWA2002628_HPP # define PYTYPE_ARG_FROM_PYTHON_DWA2002628_HPP -# include +# include // // arg_from_python converters for Python type wrappers, to be used as diff --git a/include/boost/python/converter/pytype_object_mgr_traits.hpp b/include/boost/python/converter/pytype_object_mgr_traits.hpp index 94cbae64..1f2f31e1 100644 --- a/include/boost/python/converter/pytype_object_mgr_traits.hpp +++ b/include/boost/python/converter/pytype_object_mgr_traits.hpp @@ -6,9 +6,9 @@ #ifndef PYTYPE_OBJECT_MANAGER_TRAITS_DWA2002716_HPP # define PYTYPE_OBJECT_MANAGER_TRAITS_DWA2002716_HPP +# include # include # include -# include # include # include diff --git a/include/boost/python/converter/registrations.hpp b/include/boost/python/converter/registrations.hpp index 973e052f..8c76a504 100644 --- a/include/boost/python/converter/registrations.hpp +++ b/include/boost/python/converter/registrations.hpp @@ -6,14 +6,14 @@ #ifndef REGISTRATIONS_DWA2002223_HPP # define REGISTRATIONS_DWA2002223_HPP +# include + # include # include # include # include -# include - # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/converter/registry.hpp b/include/boost/python/converter/registry.hpp index b71c949a..ae09f53d 100644 --- a/include/boost/python/converter/registry.hpp +++ b/include/boost/python/converter/registry.hpp @@ -6,8 +6,6 @@ #ifndef REGISTRY_DWA20011127_HPP # define REGISTRY_DWA20011127_HPP # include -# include -# include # include # include # include diff --git a/include/boost/python/converter/to_python_function_type.hpp b/include/boost/python/converter/to_python_function_type.hpp index b53ff649..336b1a27 100644 --- a/include/boost/python/converter/to_python_function_type.hpp +++ b/include/boost/python/converter/to_python_function_type.hpp @@ -5,7 +5,7 @@ // to its suitability for any purpose. #ifndef TO_PYTHON_FUNCTION_TYPE_DWA200236_HPP # define TO_PYTHON_FUNCTION_TYPE_DWA200236_HPP -# include +# include # include namespace boost { namespace python { namespace converter { diff --git a/include/boost/python/data_members.hpp b/include/boost/python/data_members.hpp index f3476db6..b77c8f22 100644 --- a/include/boost/python/data_members.hpp +++ b/include/boost/python/data_members.hpp @@ -18,8 +18,6 @@ # include # include -# include -# include # include # include diff --git a/include/boost/python/default_call_policies.hpp b/include/boost/python/default_call_policies.hpp index 67db515b..797a00f6 100644 --- a/include/boost/python/default_call_policies.hpp +++ b/include/boost/python/default_call_policies.hpp @@ -7,7 +7,6 @@ # define DEFAULT_CALL_POLICIES_DWA2002131_HPP # include -# include # include # include # include diff --git a/include/boost/python/detail/aix_init_module.hpp b/include/boost/python/detail/aix_init_module.hpp index 06071c1f..8a83bf63 100644 --- a/include/boost/python/detail/aix_init_module.hpp +++ b/include/boost/python/detail/aix_init_module.hpp @@ -6,7 +6,7 @@ #ifndef AIX_INIT_MODULE_DWA2002529_HPP # define AIX_INIT_MODULE_DWA2002529_HPP # ifdef _AIX -# include +# include # include # ifdef __KCC # include // this works around a problem in KCC 4.0f diff --git a/include/boost/python/detail/invoke.hpp b/include/boost/python/detail/invoke.hpp index b83c6e34..ad75b16a 100644 --- a/include/boost/python/detail/invoke.hpp +++ b/include/boost/python/detail/invoke.hpp @@ -8,7 +8,7 @@ # ifndef INVOKE_DWA20021122_HPP # define INVOKE_DWA20021122_HPP -# include +# include # include # include diff --git a/include/boost/python/detail/none.hpp b/include/boost/python/detail/none.hpp index 8cb21004..49039696 100644 --- a/include/boost/python/detail/none.hpp +++ b/include/boost/python/detail/none.hpp @@ -9,8 +9,7 @@ #ifndef NONE_DWA_052000_H_ # define NONE_DWA_052000_H_ -# include -# include +# include namespace boost { namespace python { namespace detail { diff --git a/include/boost/python/errors.hpp b/include/boost/python/errors.hpp index cd0b3586..4695a601 100644 --- a/include/boost/python/errors.hpp +++ b/include/boost/python/errors.hpp @@ -9,8 +9,7 @@ #ifndef ERRORS_DWA052500_H_ # define ERRORS_DWA052500_H_ -# include -# include +# include # include namespace boost { namespace python { diff --git a/include/boost/python/handle.hpp b/include/boost/python/handle.hpp index c8fffdbb..e0edaa56 100755 --- a/include/boost/python/handle.hpp +++ b/include/boost/python/handle.hpp @@ -8,7 +8,6 @@ # include -# include # include # include # include diff --git a/include/boost/python/handle_fwd.hpp b/include/boost/python/handle_fwd.hpp index f189d6af..621c91e6 100755 --- a/include/boost/python/handle_fwd.hpp +++ b/include/boost/python/handle_fwd.hpp @@ -8,8 +8,6 @@ # include -# include - namespace boost { namespace python { template class handle; diff --git a/include/boost/python/instance_holder.hpp b/include/boost/python/instance_holder.hpp index 4d255917..0c5a60c2 100755 --- a/include/boost/python/instance_holder.hpp +++ b/include/boost/python/instance_holder.hpp @@ -8,7 +8,6 @@ # include -# include # include # include # include diff --git a/include/boost/python/module_init.hpp b/include/boost/python/module_init.hpp index 8b304c58..39162e25 100644 --- a/include/boost/python/module_init.hpp +++ b/include/boost/python/module_init.hpp @@ -8,9 +8,6 @@ # include -# include -# include - # ifndef BOOST_PYTHON_MODULE_INIT namespace boost { namespace python { namespace detail { diff --git a/include/boost/python/object.hpp b/include/boost/python/object.hpp index dbdb7c0a..0f3a591d 100755 --- a/include/boost/python/object.hpp +++ b/include/boost/python/object.hpp @@ -6,6 +6,7 @@ #ifndef OBJECT_DWA2002612_HPP # define OBJECT_DWA2002612_HPP +# include # include # include # include diff --git a/include/boost/python/object/add_to_namespace.hpp b/include/boost/python/object/add_to_namespace.hpp index e075bafd..6a862b3d 100644 --- a/include/boost/python/object/add_to_namespace.hpp +++ b/include/boost/python/object/add_to_namespace.hpp @@ -6,7 +6,6 @@ #ifndef ADD_TO_NAMESPACE_DWA200286_HPP # define ADD_TO_NAMESPACE_DWA200286_HPP -# include # include namespace boost { namespace python { namespace objects { diff --git a/include/boost/python/object/class.hpp b/include/boost/python/object/class.hpp index 44e03a54..6584b9d6 100644 --- a/include/boost/python/object/class.hpp +++ b/include/boost/python/object/class.hpp @@ -6,8 +6,7 @@ #ifndef CLASS_DWA20011214_HPP # define CLASS_DWA20011214_HPP -# include -# include +# include # include # include # include diff --git a/include/boost/python/object/function.hpp b/include/boost/python/object/function.hpp index 1a3c3f5f..34af05e4 100644 --- a/include/boost/python/object/function.hpp +++ b/include/boost/python/object/function.hpp @@ -6,9 +6,8 @@ #ifndef FUNCTION_DWA20011214_HPP # define FUNCTION_DWA20011214_HPP -# include +# include # include -# include # include # include # include diff --git a/include/boost/python/object/function_object.hpp b/include/boost/python/object/function_object.hpp index d3661563..207d62b9 100644 --- a/include/boost/python/object/function_object.hpp +++ b/include/boost/python/object/function_object.hpp @@ -5,7 +5,7 @@ // to its suitability for any purpose. #ifndef FUNCTION_OBJECT_DWA2002725_HPP # define FUNCTION_OBJECT_DWA2002725_HPP -# include +# include # include # include # include diff --git a/include/boost/python/object/instance.hpp b/include/boost/python/object/instance.hpp index 4f047f50..8b4e45f0 100644 --- a/include/boost/python/object/instance.hpp +++ b/include/boost/python/object/instance.hpp @@ -6,7 +6,7 @@ #ifndef INSTANCE_DWA200295_HPP # define INSTANCE_DWA200295_HPP -# include +# include # include # include diff --git a/include/boost/python/object/iterator_core.hpp b/include/boost/python/object/iterator_core.hpp index 655fc71e..67442166 100644 --- a/include/boost/python/object/iterator_core.hpp +++ b/include/boost/python/object/iterator_core.hpp @@ -6,7 +6,6 @@ #ifndef ITERATOR_CORE_DWA2002512_HPP # define ITERATOR_CORE_DWA2002512_HPP -# include # include namespace boost { namespace python { namespace objects { diff --git a/include/boost/python/object/life_support.hpp b/include/boost/python/object/life_support.hpp index 5d9587db..af520006 100644 --- a/include/boost/python/object/life_support.hpp +++ b/include/boost/python/object/life_support.hpp @@ -5,8 +5,7 @@ // to its suitability for any purpose. #ifndef LIFE_SUPPORT_DWA200222_HPP # define LIFE_SUPPORT_DWA200222_HPP -# include -# include +# include namespace boost { namespace python { namespace objects { diff --git a/include/boost/python/object/make_holder.hpp b/include/boost/python/object/make_holder.hpp index a2c013c4..91a0d455 100644 --- a/include/boost/python/object/make_holder.hpp +++ b/include/boost/python/object/make_holder.hpp @@ -9,10 +9,11 @@ # ifndef MAKE_HOLDER_DWA20011215_HPP # define MAKE_HOLDER_DWA20011215_HPP +# include + # include # include -# include # include # include diff --git a/include/boost/python/object/make_instance.hpp b/include/boost/python/object/make_instance.hpp index d63c346a..68e7b379 100644 --- a/include/boost/python/object/make_instance.hpp +++ b/include/boost/python/object/make_instance.hpp @@ -6,7 +6,7 @@ #ifndef MAKE_INSTANCE_DWA200296_HPP # define MAKE_INSTANCE_DWA200296_HPP -# include +# include # include # include # include diff --git a/include/boost/python/object/pickle_support.hpp b/include/boost/python/object/pickle_support.hpp index e8033196..cf1c5e99 100644 --- a/include/boost/python/object/pickle_support.hpp +++ b/include/boost/python/object/pickle_support.hpp @@ -6,7 +6,7 @@ #ifndef BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP # define BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP -# include +# include namespace boost { namespace python { diff --git a/include/boost/python/object_protocol.hpp b/include/boost/python/object_protocol.hpp index 3772f691..9e31c1b5 100755 --- a/include/boost/python/object_protocol.hpp +++ b/include/boost/python/object_protocol.hpp @@ -8,8 +8,6 @@ # include -# include -# include # include # include diff --git a/include/boost/python/object_protocol_core.hpp b/include/boost/python/object_protocol_core.hpp index 79a6001d..021eff46 100755 --- a/include/boost/python/object_protocol_core.hpp +++ b/include/boost/python/object_protocol_core.hpp @@ -8,7 +8,6 @@ # include -# include # include namespace boost { namespace python { diff --git a/include/boost/python/operators.hpp b/include/boost/python/operators.hpp index d2d01e52..7d2c5d8f 100644 --- a/include/boost/python/operators.hpp +++ b/include/boost/python/operators.hpp @@ -8,7 +8,6 @@ # include -# include # include # include # include diff --git a/include/boost/python/proxy.hpp b/include/boost/python/proxy.hpp index 1818fa27..4585201b 100755 --- a/include/boost/python/proxy.hpp +++ b/include/boost/python/proxy.hpp @@ -5,6 +5,7 @@ // to its suitability for any purpose. #ifndef PROXY_DWA2002615_HPP # define PROXY_DWA2002615_HPP +# include # include # include diff --git a/include/boost/python/refcount.hpp b/include/boost/python/refcount.hpp index aa9883fd..45b1e9ab 100755 --- a/include/boost/python/refcount.hpp +++ b/include/boost/python/refcount.hpp @@ -7,8 +7,6 @@ # define REFCOUNT_DWA2002615_HPP # include - -# include # include namespace boost { namespace python { diff --git a/include/boost/python/scope.hpp b/include/boost/python/scope.hpp index 27edb40c..f905858e 100644 --- a/include/boost/python/scope.hpp +++ b/include/boost/python/scope.hpp @@ -6,6 +6,7 @@ #ifndef SCOPE_DWA2002724_HPP # define SCOPE_DWA2002724_HPP +# include # include # include # include diff --git a/include/boost/python/self.hpp b/include/boost/python/self.hpp index 89904292..665546d2 100755 --- a/include/boost/python/self.hpp +++ b/include/boost/python/self.hpp @@ -8,8 +8,6 @@ # include -# include - namespace boost { namespace python { #define BOOST_PYTHON_SELF_IS_CLASS diff --git a/include/boost/python/type_id.hpp b/include/boost/python/type_id.hpp index 92138186..88385582 100755 --- a/include/boost/python/type_id.hpp +++ b/include/boost/python/type_id.hpp @@ -8,8 +8,6 @@ # include -# include -# include # include # include # include diff --git a/test/docstring.cpp b/test/docstring.cpp index 65893d02..6501e10f 100644 --- a/test/docstring.cpp +++ b/test/docstring.cpp @@ -3,7 +3,6 @@ // 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 #include #include #include diff --git a/test/embedding.cpp b/test/embedding.cpp index 5a86f2cf..e3940c50 100644 --- a/test/embedding.cpp +++ b/test/embedding.cpp @@ -7,10 +7,10 @@ // embedded_hello -- A simple Boost.Python embedding example -- by // Dirk Gerrits -#include -#include #include #include +#include +#include namespace python = boost::python; diff --git a/test/extract.cpp b/test/extract.cpp index a7749043..b0b28342 100644 --- a/test/extract.cpp +++ b/test/extract.cpp @@ -4,7 +4,6 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. -#include "test_class.hpp" #include #include #include @@ -16,6 +15,7 @@ #include #include #include +#include "test_class.hpp" using namespace boost::python; diff --git a/test/m1.cpp b/test/m1.cpp index 8811bac4..45dbf58b 100644 --- a/test/m1.cpp +++ b/test/m1.cpp @@ -5,8 +5,6 @@ // to its suitability for any purpose. -#include "simple_type.hpp" -#include "complicated.hpp" #include #include #include @@ -17,6 +15,8 @@ #include #include #include +#include "simple_type.hpp" +#include "complicated.hpp" // Declare some straightforward extension types extern "C" void diff --git a/test/operators.cpp b/test/operators.cpp index 9096cb68..ca55315a 100755 --- a/test/operators.cpp +++ b/test/operators.cpp @@ -3,7 +3,6 @@ // 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 #include #include #include diff --git a/test/pickle2.cpp b/test/pickle2.cpp index 99401973..363f5e83 100644 --- a/test/pickle2.cpp +++ b/test/pickle2.cpp @@ -20,8 +20,6 @@ For more information refer to boost/libs/python/doc/pickle.html. */ -#include - #include #include #include diff --git a/test/pickle3.cpp b/test/pickle3.cpp index 8f243d39..e8112535 100644 --- a/test/pickle3.cpp +++ b/test/pickle3.cpp @@ -15,8 +15,6 @@ For more information refer to boost/libs/python/doc/pickle.html. */ -#include - #include #include #include diff --git a/test/select_holder.cpp b/test/select_holder.cpp index c373af0a..0bf5ac15 100644 --- a/test/select_holder.cpp +++ b/test/select_holder.cpp @@ -3,11 +3,11 @@ // 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 -#include #include #include #include +#include +#include #include #include diff --git a/test/string_literal.cpp b/test/string_literal.cpp index 882fbd4e..e64f40f5 100644 --- a/test/string_literal.cpp +++ b/test/string_literal.cpp @@ -1,7 +1,7 @@ +#include //#include #include #include -#include using namespace boost::python::detail; diff --git a/test/test_builtin_converters.cpp b/test/test_builtin_converters.cpp index a953acd4..6301a6d0 100644 --- a/test/test_builtin_converters.cpp +++ b/test/test_builtin_converters.cpp @@ -3,7 +3,6 @@ // 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 #include #include #include