aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
authorphilnik777 <nikolasklauser@berlin.de>2023-10-29 18:31:37 +0100
committerGitHub <noreply@github.com>2023-10-29 18:31:37 +0100
commita65070a76a7c823c28f1c95a21e4857ed6e123ef (patch)
treed354842a0dfdb6d282ab855b2032e52bb77d4608 /libcxx/include/algorithm
parenta3a68e048f07eeb0798c859b313e15e7d6076c0e (diff)
downloadllvm-a65070a76a7c823c28f1c95a21e4857ed6e123ef.zip
llvm-a65070a76a7c823c28f1c95a21e4857ed6e123ef.tar.gz
llvm-a65070a76a7c823c28f1c95a21e4857ed6e123ef.tar.bz2
[libc++] Remove a few transitive includes (#70553)
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r--libcxx/include/algorithm1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 7dcf396..578de74 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1754,7 +1754,6 @@ template <class BidirectionalIterator, class Compare>
#include <__assert> // all public C++ headers provide the assertion handler
#include <__config>
-#include <cstddef>
#include <version>
#include <__algorithm/adjacent_find.h>