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

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

Index: list.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/test/list.cpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- list.cpp    20 Feb 2006 15:45:40 -0000      1.12
+++ list.cpp    6 Jun 2006 09:39:16 -0000       1.12.2.1
@@ -2,8 +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>
@@ -11,6 +9,7 @@
 #include <boost/python/list.hpp>
 #include <boost/python/make_function.hpp>
 #include <boost/lexical_cast.hpp>
+#include <boost/assert.hpp>
 #include "test_class.hpp"
 
 using namespace boost::python;



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

Reply via email to