From: Eric Fiselier Date: Tue, 6 Sep 2016 19:56:40 +0000 (+0000) Subject: Remove unneeded includes in after removing __libcpp_throw X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36103e868b8e1743aedcbc004ee211edbce720b1;p=platform%2Fupstream%2Fllvm.git Remove unneeded includes in after removing __libcpp_throw llvm-svn: 280743 --- 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 void rethrow_if_nested(const E& e); #include <__config> #include #include -#if defined(_LIBCPP_NO_EXCEPTIONS) -#include -#include -#endif #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header