summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/index_bounds_test.cpp')
-rw-r--r--src/mongo/db/query/index_bounds_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/query/index_bounds_test.cpp b/src/mongo/db/query/index_bounds_test.cpp
index 75b49f6429e..250563b54ce 100644
--- a/src/mongo/db/query/index_bounds_test.cpp
+++ b/src/mongo/db/query/index_bounds_test.cpp
@@ -32,13 +32,13 @@
#include "mongo/platform/basic.h"
-#include "mongo/db/query/index_bounds.h"
-#include "mongo/db/json.h"
#include "mongo/db/jsobj.h"
+#include "mongo/db/json.h"
+#include "mongo/db/query/index_bounds.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/assert_util.h"
-#include "mongo/util/text.h"
#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/text.h"
using namespace mongo;