summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2017-04-28 17:48:16 -0400
committerMathias Stearn <mathias@10gen.com>2017-05-12 12:07:30 -0400
commit1a955fc356627b8cc74eb15506608dd987184608 (patch)
tree208a1cd22ff030f8f9b046efac54e52d3f9dc27e /src/mongo/db/repl/initial_syncer.cpp
parentefbf9972043c91531ce3d43275cdb8d3beb08dc2 (diff)
downloadmongo-1a955fc356627b8cc74eb15506608dd987184608.tar.gz
SERVER-28814 eliminate unnecessary includes of server_selection_metadata.h
Diffstat (limited to 'src/mongo/db/repl/initial_syncer.cpp')
-rw-r--r--src/mongo/db/repl/initial_syncer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/initial_syncer.cpp b/src/mongo/db/repl/initial_syncer.cpp
index b200804dda1..4fc672ba3fa 100644
--- a/src/mongo/db/repl/initial_syncer.cpp
+++ b/src/mongo/db/repl/initial_syncer.cpp
@@ -56,7 +56,6 @@
#include "mongo/db/server_parameters.h"
#include "mongo/executor/task_executor.h"
#include "mongo/rpc/metadata/repl_set_metadata.h"
-#include "mongo/rpc/metadata/server_selection_metadata.h"
#include "mongo/stdx/memory.h"
#include "mongo/util/assert_util.h"
#include "mongo/util/destructor_guard.h"