aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/exception
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-09-06 19:56:40 +0000
committerEric Fiselier <eric@efcs.ca>2016-09-06 19:56:40 +0000
commit36103e868b8e1743aedcbc004ee211edbce720b1 (patch)
treeef9845423eb17fe298bab101ad92a025dfe834d7 /libcxx/include/exception
parent5e832e866e755642e778c1c097d0b5b36dd5ffc3 (diff)
downloadllvm-36103e868b8e1743aedcbc004ee211edbce720b1.zip
llvm-36103e868b8e1743aedcbc004ee211edbce720b1.tar.gz
llvm-36103e868b8e1743aedcbc004ee211edbce720b1.tar.bz2
Remove unneeded includes in <exception> after removing __libcpp_throw
llvm-svn: 280743
Diffstat (limited to 'libcxx/include/exception')
-rw-r--r--libcxx/include/exception4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/exception b/libcxx/include/exception
index a130bca..686e4ec 100644
--- a/libcxx/include/exception
+++ b/libcxx/include/exception
@@ -80,10 +80,6 @@ template <class E> void rethrow_if_nested(const E& e);
#include <__config>
#include <cstddef>
#include <type_traits>
-#if defined(_LIBCPP_NO_EXCEPTIONS)
-#include <cstdio>
-#include <cstdlib>
-#endif
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header