aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/tuple
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2022-06-12 11:55:47 +0200
committerMark de Wever <koraq@xs4all.nl>2022-06-13 17:56:50 +0200
commitc36870c8e79c1690432076c69cb98a879555efa8 (patch)
tree164478472b555e42e3076d4424abcc7ec8d9c15c /libcxx/include/tuple
parent26465c8337a7b1f6fde0c2b971a60dc46fea961a (diff)
downloadllvm-c36870c8e79c1690432076c69cb98a879555efa8.zip
llvm-c36870c8e79c1690432076c69cb98a879555efa8.tar.gz
llvm-c36870c8e79c1690432076c69cb98a879555efa8.tar.bz2
[libc++] Removes unneeded includes.
This removes all "TODO: remove these headers" comments from our headers. Note there seem to be more headers that can be removed, that will be done in separate commits. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D127592
Diffstat (limited to 'libcxx/include/tuple')
-rw-r--r--libcxx/include/tuple5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/tuple b/libcxx/include/tuple
index cc08d8c..8c5b24e 100644
--- a/libcxx/include/tuple
+++ b/libcxx/include/tuple
@@ -184,11 +184,6 @@ template <class... Types>
#include <type_traits>
#include <version>
-// TODO: remove these headers
-#include <exception>
-#include <new>
-#include <typeinfo>
-
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header
#endif