summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sorter/sorter_test.cpp')
-rw-r--r--src/mongo/db/sorter/sorter_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/sorter/sorter_test.cpp b/src/mongo/db/sorter/sorter_test.cpp
index 8deba56ac0e..e87c15efb6e 100644
--- a/src/mongo/db/sorter/sorter_test.cpp
+++ b/src/mongo/db/sorter/sorter_test.cpp
@@ -26,8 +26,6 @@
* then also delete it in the license file.
*/
-#include "mongo/config.h"
-
#include "mongo/platform/basic.h"
#include "mongo/db/sorter/sorter.h"
@@ -37,6 +35,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
+#include "mongo/config.h"
#include "mongo/unittest/temp_dir.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/mongoutils/str.h"