]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/classic/test/epsilon_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / classic / test / epsilon_tests.cpp
index 15aa632be6400010158851a50206851e3da33279..3eda800e046da164c2558542dcd1301b56cb294d 100644 (file)
@@ -8,14 +8,14 @@
 =============================================================================*/
 #include <iostream>
 #include <cstring>
-#include <boost/detail/lightweight_test.hpp>
 
 // This test program only includes the epsilon.hpp header from Spirit
 #include <boost/spirit/include/classic_epsilon.hpp>
-#include <boost/detail/lightweight_test.hpp>
 #include "impl/var.hpp"
 #include "impl/string_length.hpp"
 
+#include <boost/core/lightweight_test.hpp>
+
 using namespace test;
 static BOOST_SPIRIT_CLASSIC_NS::parse_info<char const *> pi;