summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-05-10 22:06:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-10 23:29:33 +0000
commitd11ae40cab4075d4fd1b9c6fe8c50448394e033c (patch)
treedbde98f89c240b13ca2119f609ac78de769f4da1
parenta36393d1a931dfc799056bd5e5586a03c38a5f16 (diff)
downloadmongo-d11ae40cab4075d4fd1b9c6fe8c50448394e033c.tar.gz
SERVER-56644 Remove unused imports
(cherry picked from commit f92afd9e21ed21e0297329a7a9958142573be6ab)
-rw-r--r--src/mongo/db/s/SConscript1
-rw-r--r--src/mongo/db/s/resharding_util.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 8f5434acea1..28c64b3c6a3 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -174,7 +174,6 @@ env.Library(
'$BUILD_DIR/mongo/db/pipeline/expression_context',
'$BUILD_DIR/mongo/db/pipeline/pipeline',
'$BUILD_DIR/mongo/db/storage/write_unit_of_work',
- '$BUILD_DIR/mongo/db/views/views',
'$BUILD_DIR/mongo/s/async_requests_sender',
'$BUILD_DIR/mongo/s/grid',
'sharding_api_d',
diff --git a/src/mongo/db/s/resharding_util.cpp b/src/mongo/db/s/resharding_util.cpp
index 874db215615..eafeb3d95ef 100644
--- a/src/mongo/db/s/resharding_util.cpp
+++ b/src/mongo/db/s/resharding_util.cpp
@@ -51,7 +51,6 @@
#include "mongo/db/s/collection_sharding_state.h"
#include "mongo/db/s/sharding_state.h"
#include "mongo/db/storage/write_unit_of_work.h"
-#include "mongo/db/views/view_catalog.h"
#include "mongo/logv2/log.h"
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/s/async_requests_sender.h"