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

@ -20,6 +20,7 @@
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>
#include <iostream>
using namespace boost;
@ -63,7 +64,6 @@ void check_array()
}
#include <boost/test/unit_test.hpp>
using boost::unit_test::test_suite;
test_suite* init_unit_test_suite( int argc, char* argv[] )