diff options
author | Geert Bosch <geert@mongodb.com> | 2015-05-08 16:42:11 -0400 |
---|---|---|
committer | Geert Bosch <geert@mongodb.com> | 2015-05-08 18:39:46 -0400 |
commit | 614f37ffa63190b4310c73877564d2def8d1e756 (patch) | |
tree | 61ae720d2d222a5ecc4e649d4f14736244d8a42f /src/mongo/dbtests/threadedtests.cpp | |
parent | d9acbdc98d2458eb391e9b4e3c7125e073db721f (diff) | |
download | mongo-614f37ffa63190b4310c73877564d2def8d1e756.tar.gz |
Remove unnecessary include of rwlock.h
Diffstat (limited to 'src/mongo/dbtests/threadedtests.cpp')
-rw-r--r-- | src/mongo/dbtests/threadedtests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/threadedtests.cpp b/src/mongo/dbtests/threadedtests.cpp index ae94c32fb1d..b663ccc160c 100644 --- a/src/mongo/dbtests/threadedtests.cpp +++ b/src/mongo/dbtests/threadedtests.cpp @@ -46,6 +46,7 @@ #include "mongo/platform/bits.h" #include "mongo/stdx/functional.h" #include "mongo/util/concurrency/mvar.h" +#include "mongo/util/concurrency/rwlock.h" #include "mongo/util/concurrency/thread_pool.h" #include "mongo/util/timer.h" #include "mongo/util/concurrency/synchronization.h" |