summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_sync_state.h
diff options
context:
space:
mode:
authorAndy Schwerin <Andy Schwerin schwerin@mongodb.com>2017-04-05 11:39:57 -0400
committerAndy Schwerin <Andy Schwerin schwerin@mongodb.com>2017-04-05 15:48:15 -0400
commitc767b02ac494c199e43ac4fd74b0dfb927891fb3 (patch)
tree9aba5c5a1066075d50df2c5aa3f242c492b5a7d5 /src/mongo/db/repl/initial_sync_state.h
parent4c48dfa3a6041d8618edd8f1f1e57af200e7cba6 (diff)
downloadmongo-c767b02ac494c199e43ac4fd74b0dfb927891fb3.tar.gz
SERVER-28624 Replace references to ReplicationExecutor with references to TaskExecutor.
Diffstat (limited to 'src/mongo/db/repl/initial_sync_state.h')
-rw-r--r--src/mongo/db/repl/initial_sync_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/initial_sync_state.h b/src/mongo/db/repl/initial_sync_state.h
index d3bf974716c..8b3369efb5c 100644
--- a/src/mongo/db/repl/initial_sync_state.h
+++ b/src/mongo/db/repl/initial_sync_state.h
@@ -38,7 +38,6 @@
#include "mongo/db/namespace_string.h"
#include "mongo/db/repl/databases_cloner.h"
#include "mongo/db/repl/optime.h"
-#include "mongo/db/repl/replication_executor.h"
#include "mongo/util/net/hostandport.h"
namespace mongo {