Update of /cvsroot/boost/boost/libs/python/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv489

Modified Files:
      Tag: RC_1_34_0
        callbacks.cpp 
Log Message:
Merged header inclusion order fix from trunk to release branch.

Index: callbacks.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/test/callbacks.cpp,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- callbacks.cpp       20 Feb 2006 15:45:40 -0000      1.16
+++ callbacks.cpp       6 Jun 2006 09:35:57 -0000       1.16.2.1
@@ -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/module.hpp>
 #include <boost/python/def.hpp>
@@ -13,6 +12,7 @@
 #include <boost/python/reference_existing_object.hpp>
 #include <boost/python/call.hpp>
 #include <boost/python/object.hpp>
+#include <boost/assert.hpp>
 
 using namespace boost::python;
 BOOST_STATIC_ASSERT(converter::is_object_manager<handle<> >::value);



_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to