Fix #includes in spinlock_test.cpp, spinlock_try_test.cpp, yield_k_test.cpp.

[SVN r51519]
This commit is contained in:
Peter Dimov
2009-03-01 18:54:51 +00:00
parent a378c8c278
commit 68c939ec5a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/detail/spinlock.hpp>
#include <boost/smart_ptr/detail/spinlock.hpp>
// Sanity check only

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/detail/spinlock.hpp>
#include <boost/smart_ptr/detail/spinlock.hpp>
#include <boost/detail/lightweight_test.hpp>
// Sanity check only

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/detail/yield_k.hpp>
#include <boost/smart_ptr/detail/yield_k.hpp>
// Sanity check only