[all-commits] [llvm/llvm-project] 285e1e: [libc++][format] Removes unneeded includes.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Jul 8 03:39:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 285e1e2a00204f44653f1f93757232882fa0b4f7
https://github.com/llvm/llvm-project/commit/285e1e2a00204f44653f1f93757232882fa0b4f7
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M libcxx/include/__chrono/formatter.h
M libcxx/include/__format/container_adaptor.h
M libcxx/include/__format/format_arg.h
M libcxx/include/__format/format_arg_store.h
M libcxx/include/__format/format_functions.h
M libcxx/include/__format/formatter_bool.h
M libcxx/include/__format/formatter_string.h
M libcxx/include/__format/formatter_tuple.h
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/include/__format/range_default_formatter.h
M libcxx/include/__format/range_formatter.h
M libcxx/include/__format/unicode.h
Log Message:
-----------
[libc++][format] Removes unneeded includes.
I did a manual review after the post-review comments in D149543
Reviewed By: #libc, philnik, ldionne
Differential Revision: https://reviews.llvm.org/D154122
More information about the All-commits
mailing list