]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/interprocess/test/enable_shared_from_this_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / interprocess / test / enable_shared_from_this_test.cpp
index 342e0a7ed2e35bb62be0ed2344267dca2bba4b3f..83bedcac2efa6f0cf763e3591a219d3246ec2b35 100644 (file)
@@ -10,7 +10,6 @@
 // See http://www.boost.org/libs/interprocess for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
-#include <boost/interprocess/detail/config_begin.hpp>
 #include <boost/interprocess/detail/workaround.hpp>
 #include <boost/interprocess/smart_ptr/enable_shared_from_this.hpp>
 #include <boost/interprocess/smart_ptr/shared_ptr.hpp>
@@ -93,5 +92,3 @@ int main()
    shared_memory_object::remove(process_name.c_str());
    return boost::report_errors();
 }
-
-#include <boost/interprocess/detail/config_end.hpp>