diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-04-23 21:54:41 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-04-23 21:54:41 -0400 |
commit | 31bdfd739ea47d46c011a642acc3c37c3932dc14 (patch) | |
tree | 5a1e4fd230be62d700c4e0cf47243b8e14dce8d2 /src/mongo/dbtests/commandtests.cpp | |
parent | 9d5ed67a2575316504679f9b53f9f554723d1868 (diff) | |
download | mongo-31bdfd739ea47d46c011a642acc3c37c3932dc14.tar.gz |
remove db/concurrency.h which has nothing in it
Diffstat (limited to 'src/mongo/dbtests/commandtests.cpp')
-rw-r--r-- | src/mongo/dbtests/commandtests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/commandtests.cpp b/src/mongo/dbtests/commandtests.cpp index 31f39f8b45f..691eac1e613 100644 --- a/src/mongo/dbtests/commandtests.cpp +++ b/src/mongo/dbtests/commandtests.cpp @@ -16,7 +16,7 @@ #include "pch.h" #include "dbtests.h" -#include "../db/concurrency.h" +#include "../db/d_concurrency.h" using namespace mongo; |