libstdc++: Remove some unnecessary includes
authorJonathan Wakely <jwakely@redhat.com>
Tue, 24 May 2022 11:15:00 +0000 (12:15 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 26 May 2022 09:44:45 +0000 (10:44 +0100)
commit650eadd63022baf6993124d7e9b64141b908459a
tree72bce7708b4724598f14291294dcafcf3b2b5f76
parenta44380541fee1c7ab14cc90a9af8d1aef3c72866
libstdc++: Remove some unnecessary includes

These headers do not use anything in <bits/stl_iterator_base_types.h>
directly, and it's included by <bits/stl_iterator_base_funcs.h> and
<bits/stl_iterator.h> anyway, because they do need it.

libstdc++-v3/ChangeLog:

* include/bits/ranges_algobase.h: Do not include
<bits/stl_iterator_base_types.h>.
* include/std/string: Likewise.
* include/std/variant: Likewise.
libstdc++-v3/include/bits/ranges_algobase.h
libstdc++-v3/include/std/string
libstdc++-v3/include/std/variant