2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

Removed usage of deprecated Boost.Test header.

This commit is contained in:
Andrey Semashev
2026-02-06 15:05:38 +03:00
parent 3d95d2366e
commit f19c0d3b56

View File

@@ -7,7 +7,6 @@
#define BOOST_TEST_MODULE Boost.Threads: lock_concept test suite
#include <boost/test/unit_test.hpp>
#include <boost/test/test_case_template.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/bind/bind.hpp>
#include <boost/thread/mutex.hpp>