Skip to content

Commit 8633fcf

Browse files
committed
[libc++] Remove <string> and <vector> includes from <flat_map>
1 parent c949500 commit 8633fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__flat_map/flat_map.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <__algorithm/ranges_stable_sort.h>
2020
#include <__algorithm/ranges_unique.h>
2121
#include <__algorithm/ranges_upper_bound.h>
22+
#include <__algorithm/remove_if.h>
2223
#include <__compare/synth_three_way.h>
2324
#include <__concepts/convertible_to.h>
2425
#include <__concepts/swappable.h>
@@ -52,10 +53,9 @@
5253
#include <__type_traits/maybe_const.h>
5354
#include <__utility/exception_guard.h>
5455
#include <__utility/pair.h>
56+
#include <__vector/vector.h>
5557
#include <initializer_list>
5658
#include <stdexcept>
57-
#include <string>
58-
#include <vector>
5959

6060
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
6161
# pragma GCC system_header

0 commit comments

Comments
 (0)