diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2019-10-03 19:57:40 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-03 19:57:40 +0000 |
commit | 8ccaacce937ae51deef27c41e977aca0511fb338 (patch) | |
tree | 0c29028123f23dc66aef660f05549dd0ebe109b2 /src/mongo/db/exec/collection_scan.cpp | |
parent | 4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3 (diff) | |
download | mongo-8ccaacce937ae51deef27c41e977aca0511fb338.tar.gz |
SERVER-43317 merge failpoint headers. Rewrite docs.
iterate docs
Diffstat (limited to 'src/mongo/db/exec/collection_scan.cpp')
-rw-r--r-- | src/mongo/db/exec/collection_scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/collection_scan.cpp b/src/mongo/db/exec/collection_scan.cpp index 48ace4d7261..f53cf16e4af 100644 --- a/src/mongo/db/exec/collection_scan.cpp +++ b/src/mongo/db/exec/collection_scan.cpp @@ -43,7 +43,7 @@ #include "mongo/db/exec/working_set_common.h" #include "mongo/db/repl/optime.h" #include "mongo/db/storage/oplog_hack.h" -#include "mongo/util/fail_point_service.h" +#include "mongo/util/fail_point.h" #include "mongo/util/log.h" #include "mongo/db/client.h" // XXX-ERH |