summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-02-27 11:28:53 -0500
committerHenrik Edin <henrik.edin@mongodb.com>2018-03-02 09:58:48 -0500
commit7d37a75df3f6035a7afcb51123b88f0e99308fc8 (patch)
tree2f2a0b3f835ca14830208a3f894dd4e04a7e8cd0 /src/mongo/db/write_concern.cpp
parent0b8094a34b9458ad46cf05cf67015d83725934b7 (diff)
downloadmongo-7d37a75df3f6035a7afcb51123b88f0e99308fc8.tar.gz
SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting decoration through service context (global if needed).
Diffstat (limited to 'src/mongo/db/write_concern.cpp')
-rw-r--r--src/mongo/db/write_concern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/write_concern.cpp b/src/mongo/db/write_concern.cpp
index c29254226e2..0668e4c54ad 100644
--- a/src/mongo/db/write_concern.cpp
+++ b/src/mongo/db/write_concern.cpp
@@ -38,7 +38,7 @@
#include "mongo/db/commands/server_status_metric.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/repl/optime.h"
-#include "mongo/db/repl/replication_coordinator_global.h"
+#include "mongo/db/repl/replication_coordinator.h"
#include "mongo/db/server_options.h"
#include "mongo/db/service_context.h"
#include "mongo/db/stats/timer_stats.h"