diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-09-06 19:56:40 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-09-06 19:56:40 +0000 |
| commit | 36103e868b8e1743aedcbc004ee211edbce720b1 (patch) | |
| tree | ef9845423eb17fe298bab101ad92a025dfe834d7 /libcxx/include/exception | |
| parent | 5e832e866e755642e778c1c097d0b5b36dd5ffc3 (diff) | |
| download | bcm5719-llvm-36103e868b8e1743aedcbc004ee211edbce720b1.tar.gz bcm5719-llvm-36103e868b8e1743aedcbc004ee211edbce720b1.zip | |
Remove unneeded includes in <exception> after removing __libcpp_throw
llvm-svn: 280743
Diffstat (limited to 'libcxx/include/exception')
| -rw-r--r-- | libcxx/include/exception | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/exception b/libcxx/include/exception index a130bca4e67..686e4ecd057 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 |

