[all-commits] [llvm/llvm-project] 36fba5: [libc++] Remove unused include from ranges_swap_ra...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Fri Feb 11 09:29:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36fba521d98704f9b072d9592cd679ca98d27139
https://github.com/llvm/llvm-project/commit/36fba521d98704f9b072d9592cd679ca98d27139
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M libcxx/include/__algorithm/ranges_swap_ranges.h
Log Message:
-----------
[libc++] Remove unused include from ranges_swap_ranges.h
`ranges_swap_ranges.h` includes `<type_traits>` but does not use anything from
it. So, remove the include.
Differential Revision: https://reviews.llvm.org/D119491
More information about the All-commits
mailing list