summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/multikey_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/multikey_paths.h')
-rw-r--r--src/mongo/db/index/multikey_paths.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mongo/db/index/multikey_paths.h b/src/mongo/db/index/multikey_paths.h
index 91b9ad6e88d..4c29f45360e 100644
--- a/src/mongo/db/index/multikey_paths.h
+++ b/src/mongo/db/index/multikey_paths.h
@@ -29,12 +29,10 @@
#pragma once
-#include <cstddef>
-#include <functional>
-#include <string>
-
#include <boost/container/flat_set.hpp>
#include <boost/container/small_vector.hpp>
+#include <cstddef>
+#include <vector>
#include "mongo/bson/bson_depth.h"
@@ -69,5 +67,4 @@ using MultikeyComponents = boost::container::flat_set<
constexpr std::size_t kFewCompoundIndexFields = 4;
using MultikeyPaths = boost::container::small_vector<MultikeyComponents, kFewCompoundIndexFields>;
-std::string multikeyPathsToString(MultikeyPaths paths);
} // namespace mongo