]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/interprocess/test/semaphore_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / interprocess / test / semaphore_test.cpp
index 54913ce814c8487498347bd8bd056995044a7c92..b236f1fd134fbdacec2adefb3dc8e3254ce71f2d 100644 (file)
@@ -8,7 +8,6 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#include <boost/interprocess/detail/config_begin.hpp>
 #include <boost/interprocess/sync/interprocess_semaphore.hpp>
 #include <boost/interprocess/exceptions.hpp>
 #include <boost/date_time/posix_time/posix_time_types.hpp>
@@ -66,5 +65,3 @@ int main ()
    test::test_all_mutex<semaphore_test_wrapper>();
    return 0;
 }
-
-#include <boost/interprocess/detail/config_end.hpp>