Fix tests that was executing nothing due to bad include order.

This commit is contained in:
Ion Gaztañaga
2021-02-15 11:21:43 +01:00
parent f85d2cb99c
commit bc06a9bc2a

View File

@@ -7,11 +7,10 @@
// See http://www.boost.org/libs/interprocess for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#if defined(BOOST_INTERPROCESS_MAPPED_FILES)
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#if defined(BOOST_INTERPROCESS_MAPPED_FILES)
#include <boost/interprocess/containers/list.hpp>
#include <boost/interprocess/managed_mapped_file.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
@@ -107,8 +106,6 @@ int main ()
return 0;
}
#include <boost/interprocess/detail/config_end.hpp>
#else //#if defined(BOOST_INTERPROCESS_MAPPED_FILES)
int main()
{