From: Eric Fiselier Date: Tue, 6 Sep 2016 21:06:41 +0000 (+0000) Subject: Revert r280743 and r280745. Remove include from `` X-Git-Tag: llvmorg-4.0.0-rc1~10517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=350eb528192fdb8b227d25364bb4f5c936c0c461;p=platform%2Fupstream%2Fllvm.git Revert r280743 and r280745. Remove include from `` Apparently I missed a number of additional include which need to be added. Reverting so I can recommit as a single patch with all of the required includes. llvm-svn: 280752 --- diff --git a/libcxx/include/exception b/libcxx/include/exception index 686e4ec..a130bca 100644 --- a/libcxx/include/exception +++ b/libcxx/include/exception @@ -80,6 +80,10 @@ 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 diff --git a/libcxx/include/typeinfo b/libcxx/include/typeinfo index 0c6dfe3..d3155e4 100644 --- a/libcxx/include/typeinfo +++ b/libcxx/include/typeinfo @@ -61,7 +61,6 @@ public: #include #include #include -#include #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header