Remove unneeded includes in <exception> after removing __libcpp_throw
authorEric Fiselier <eric@efcs.ca>
Tue, 6 Sep 2016 19:56:40 +0000 (19:56 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 6 Sep 2016 19:56:40 +0000 (19:56 +0000)
llvm-svn: 280743

libcxx/include/exception

index a130bca..686e4ec 100644 (file)
@@ -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