diff options
Diffstat (limited to 'src/mongo/dbtests/repltests.cpp')
-rw-r--r-- | src/mongo/dbtests/repltests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/repltests.cpp b/src/mongo/dbtests/repltests.cpp index cc19591c47e..8a7edd7d7b2 100644 --- a/src/mongo/dbtests/repltests.cpp +++ b/src/mongo/dbtests/repltests.cpp @@ -55,10 +55,10 @@ using namespace mongo::repl; namespace ReplTests { -using std::unique_ptr; using std::endl; using std::string; using std::stringstream; +using std::unique_ptr; using std::vector; /** |