summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2019-10-03 19:57:40 +0000
committerevergreen <evergreen@mongodb.com>2019-10-03 19:57:40 +0000
commit8ccaacce937ae51deef27c41e977aca0511fb338 (patch)
tree0c29028123f23dc66aef660f05549dd0ebe109b2 /src/mongo/db/write_concern.cpp
parent4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3 (diff)
downloadmongo-8ccaacce937ae51deef27c41e977aca0511fb338.tar.gz
SERVER-43317 merge failpoint headers. Rewrite docs.
iterate docs
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 70b9e22dbb3..8f05f50e370 100644
--- a/src/mongo/db/write_concern.cpp
+++ b/src/mongo/db/write_concern.cpp
@@ -46,7 +46,7 @@
#include "mongo/db/storage/storage_engine.h"
#include "mongo/db/write_concern_options.h"
#include "mongo/rpc/protocol.h"
-#include "mongo/util/fail_point_service.h"
+#include "mongo/util/fail_point.h"
#include "mongo/util/log.h"
namespace mongo {