]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/core/string_param.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / beast / core / string_param.hpp
index a068cc4091f773f26bb3f9aae556871a2b9c3e4e..cc55bfd170802b4ea102fe03ae133f9c8be3405b 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
 //
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -14,7 +14,6 @@
 #include <boost/beast/core/string.hpp>
 #include <boost/beast/core/static_string.hpp>
 #include <boost/beast/core/detail/static_ostream.hpp>
-#include <boost/beast/core/detail/type_traits.hpp>
 #include <boost/optional.hpp>
 
 namespace boost {
@@ -125,6 +124,6 @@ public:
 } // beast
 } // boost
 
-#include <boost/beast/core/impl/string_param.ipp>
+#include <boost/beast/core/impl/string_param.hpp>
 
 #endif