summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-03-07 20:19:55 -0500
committerBenety Goh <benety@mongodb.com>2019-03-07 20:19:55 -0500
commit1be2a0ff9a88d7b2c5b413c1c67b2a169e2ce1bc (patch)
treef94c2b9b885b6a8a5bb7aa036dd46c89f177f1b7 /src/mongo/db/commands/test_commands.cpp
parent115285a443f5520cca9bda44425b86dc0d5acc2b (diff)
downloadmongo-1be2a0ff9a88d7b2c5b413c1c67b2a169e2ce1bc.tar.gz
SERVER-40023 remove background index support from IndexBuilder
Diffstat (limited to 'src/mongo/db/commands/test_commands.cpp')
-rw-r--r--src/mongo/db/commands/test_commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/test_commands.cpp b/src/mongo/db/commands/test_commands.cpp
index 46016312447..99c3b94f1e7 100644
--- a/src/mongo/db/commands/test_commands.cpp
+++ b/src/mongo/db/commands/test_commands.cpp
@@ -41,7 +41,6 @@
#include "mongo/db/commands.h"
#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/db_raii.h"
-#include "mongo/db/index_builder.h"
#include "mongo/db/op_observer.h"
#include "mongo/db/query/internal_plans.h"
#include "mongo/db/service_context.h"