]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/is_signed_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / type_traits / test / is_signed_test.cpp
index 66b7e158311b1ea10cb1a090936cf59fdf04daf6..7ee762f5367706c82a0e2286906ac21ed917c53b 100644 (file)
@@ -4,13 +4,13 @@
 //  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 "test.hpp"
-#include "check_integral_constant.hpp"
 #ifdef TEST_STD
 #  include <type_traits>
 #else
 #  include <boost/type_traits/is_signed.hpp>
 #endif
+#include "test.hpp"
+#include "check_integral_constant.hpp"
 
 #include <climits>