]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/add_const.hpp
remove unused boost files (~520)
[lyx.git] / boost / boost / type_traits / add_const.hpp
index 2d0fae0197c27c3f62311c44a4d2fb06e4291ddd..29f0bd95bc8fb733f2281dd3884981f72edda0f3 100644 (file)
 #ifndef BOOST_TT_ADD_CONST_HPP_INCLUDED
 #define BOOST_TT_ADD_CONST_HPP_INCLUDED
 
-#include "boost/config.hpp"
+#include <boost/config.hpp>
 
 // should be the last #include
-#include "boost/type_traits/detail/type_trait_def.hpp"
+#include <boost/type_traits/detail/type_trait_def.hpp>
 
 namespace boost {
 
@@ -42,6 +42,6 @@ BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,add_const,T&,T&)
 
 } // namespace boost
 
-#include "boost/type_traits/detail/type_trait_undef.hpp"
+#include <boost/type_traits/detail/type_trait_undef.hpp>
 
 #endif // BOOST_TT_ADD_CONST_HPP_INCLUDED