diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-04-08 17:29:31 +0200 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-04-09 17:57:14 +0200 |
commit | e8cfbfd05a951b85f80156dffc8eeecb34c7271c (patch) | |
tree | 5815626e1eb7bc1f95d0072774a0f5c10c2739a3 /libcxx/src/stdexcept.cpp | |
parent | bdf7fd8297bcbcddc9c184a40c954c1f1b0b8340 (diff) | |
download | llvm-e8cfbfd05a951b85f80156dffc8eeecb34c7271c.zip llvm-e8cfbfd05a951b85f80156dffc8eeecb34c7271c.tar.gz llvm-e8cfbfd05a951b85f80156dffc8eeecb34c7271c.tar.bz2 |
[libc++] Granularize system_error.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D147853
Diffstat (limited to 'libcxx/src/stdexcept.cpp')
-rw-r--r-- | libcxx/src/stdexcept.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp index d08b674..d5c9173 100644 --- a/libcxx/src/stdexcept.cpp +++ b/libcxx/src/stdexcept.cpp @@ -9,7 +9,6 @@ #include <new> #include <stdexcept> #include <string> -#include <system_error> #ifdef _LIBCPP_ABI_VCRUNTIME #include "support/runtime/stdexcept_vcruntime.ipp" |