summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2023-02-16 22:25:04 -0600
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-18 02:15:42 +0000
commitdf94078a43a0fd14e962639d22a5369de755e95c (patch)
tree4cdee20a98ccb961666e7fab50a144984357cd68 /src/mongo/db/s/resharding
parenteca135fd7dc1b8a1da3248ac553bf03128553ea5 (diff)
downloadmongo-df94078a43a0fd14e962639d22a5369de755e95c.tar.gz
SERVER-73892 Disallow includes to start with third_party
Diffstat (limited to 'src/mongo/db/s/resharding')
-rw-r--r--src/mongo/db/s/resharding/resharding_oplog_batch_preparer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_oplog_batch_preparer.cpp b/src/mongo/db/s/resharding/resharding_oplog_batch_preparer.cpp
index ca382ace57c..806f2ce6090 100644
--- a/src/mongo/db/s/resharding/resharding_oplog_batch_preparer.cpp
+++ b/src/mongo/db/s/resharding/resharding_oplog_batch_preparer.cpp
@@ -31,7 +31,7 @@
#include "mongo/db/s/resharding/resharding_oplog_batch_preparer.h"
-#include <third_party/murmurhash3/MurmurHash3.h>
+#include <MurmurHash3.h>
#include "mongo/bson/bsonelement_comparator.h"
#include "mongo/db/ops/write_ops_retryability.h"