Changed include order to fix Borland 5.5.1 compiler errors (and yes just changing the order is enough to fix the issue - it should really make no difference).

[SVN r27307]
This commit is contained in:
John Maddock
2005-02-10 12:53:20 +00:00
parent 3bfee8baa6
commit 3f8c89fde4

View File

@ -68,8 +68,8 @@
#include "boost/type_traits/remove_reference.hpp"
#include "boost/type_traits/remove_volatile.hpp"
#include "boost/type_traits/type_with_alignment.hpp"
#include "boost/type_traits/aligned_storage.hpp"
#include "boost/type_traits/function_traits.hpp"
#include "boost/type_traits/aligned_storage.hpp"
#include "boost/type_traits/ice.hpp"