diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/Exception.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/Exception.cxx b/src/util/Exception.cxx index 54f576212..16996abb9 100644 --- a/src/util/Exception.cxx +++ b/src/util/Exception.cxx @@ -29,8 +29,6 @@ #include "Exception.hxx" -#include <stdexcept> - std::string GetFullMessage(std::exception_ptr ep, const char *fallback, const char *separator) noexcept |