diff options
author | A. Jiang <de34@live.cn> | 2025-04-13 15:17:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 15:17:58 +0800 |
commit | 5c45e239e81972ec3ff84b1650825385ccad0d46 (patch) | |
tree | f012a6a307b7fa2201fbf251aa5cd4c4a784e6f5 /clang/lib/Basic/SourceManager.cpp | |
parent | 12a7155ee290d62fef00362554b392a98b75fb77 (diff) | |
download | llvm-5c45e239e81972ec3ff84b1650825385ccad0d46.zip llvm-5c45e239e81972ec3ff84b1650825385ccad0d46.tar.gz llvm-5c45e239e81972ec3ff84b1650825385ccad0d46.tar.bz2 |
[libc++][test][NFC] Remove unused inclusions of `<iostream>` (#134776)
Some test files for flat container adaptors redundantly include
`<iostream>` and, surprisingly, `<cstddef>`. This patch removes the
redundant inclusions.
Inclusions of `<vector>` is also removed since a sane implementation is
expected to make instantiation of `flat_(multi)map<K, V>` or
`flat_(multi)set<K>` valid when only `<flat_map>` or `<flat_set>` is
included.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions