diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-04-02 13:17:17 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-04-03 11:40:52 -0400 |
commit | b74866fd077c878a37045c50de75467cf93310da (patch) | |
tree | aa12f88fb0367967e93d2d5781ec5aa97e34d7d2 /src/mongo/dbtests/threadedtests.cpp | |
parent | 7060c72b30a836b3052f7890ea8c4b592014adf4 (diff) | |
download | mongo-b74866fd077c878a37045c50de75467cf93310da.tar.gz |
SERVER-17863 Sort in config.h header when possible
Diffstat (limited to 'src/mongo/dbtests/threadedtests.cpp')
-rw-r--r-- | src/mongo/dbtests/threadedtests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/dbtests/threadedtests.cpp b/src/mongo/dbtests/threadedtests.cpp index 74044046855..4d959ace021 100644 --- a/src/mongo/dbtests/threadedtests.cpp +++ b/src/mongo/dbtests/threadedtests.cpp @@ -31,14 +31,13 @@ #define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kCommand -#include "mongo/config.h" - #include "mongo/platform/basic.h" #include <boost/thread.hpp> #include <boost/version.hpp> #include <iostream> +#include "mongo/config.h" #include "mongo/db/concurrency/d_concurrency.h" #include "mongo/db/concurrency/lock_state.h" #include "mongo/db/operation_context_impl.h" |