2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-21 17:32:18 +00:00

Thread: limit dependency on boost/thread/thread.hpp.

[SVN r83552]
This commit is contained in:
Vicente J. Botet Escriba
2013-03-24 22:05:50 +00:00
parent 7bebf0a062
commit af3b5f3227
12 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/lock_algorithms.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/thread_only.hpp>
#if defined BOOST_THREAD_DONT_USE_CHRONO
#include <boost/chrono/chrono_io.hpp>
#endif