]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/rank.hpp
update boost to version 1.36
[lyx.git] / boost / boost / type_traits / rank.hpp
index 43b428db2bb9f3f029265857f169c749c1ce382e..4209d2d4668d59b4bd4d82c5a74a83ab4ff65664 100644 (file)
@@ -11,7 +11,7 @@
 #define BOOST_TT_RANK_HPP_INCLUDED
 
 // should be the last #include
-#include "boost/type_traits/detail/size_t_trait_def.hpp"
+#include <boost/type_traits/detail/size_t_trait_def.hpp>
 
 namespace boost {
 
@@ -76,6 +76,6 @@ BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(rank,T,(::boost::detail::rank_imp<T,0>::value))
 
 } // namespace boost
 
-#include "boost/type_traits/detail/size_t_trait_undef.hpp"
+#include <boost/type_traits/detail/size_t_trait_undef.hpp>
 
 #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED