Remove unneeded includes in <exception> after removing __libcpp_throw

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@280743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-09-06 19:56:40 +00:00
parent d979eed766
commit 7fa8b78c63

View 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