moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x

[SVN r29458]
This commit is contained in:
Joaquín M. López Muñoz
2005-06-07 07:11:16 +00:00
parent 24a881ef85
commit 1c4fcbee6f
3 changed files with 3 additions and 3 deletions

View File

@ -18,6 +18,7 @@
#include <boost/range.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>
#include <string>
using namespace boost;
@ -48,7 +49,6 @@ void check_const_ranges()
#include <boost/test/unit_test.hpp>
using boost::unit_test::test_suite;
test_suite* init_unit_test_suite( int argc, char* argv[] )