diff options
author | Max Kellermann <max@musicpd.org> | 2017-07-05 17:01:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-07-05 17:07:39 +0200 |
commit | 4af8e5bdb5a75322b55f181333f2d9873a6ea97e (patch) | |
tree | 6e876663862462b77f3eab260ba92c47183ba418 | |
parent | 2db8cf477b8ef0e0517baf020b88ed3df73310aa (diff) |
util/Exception: include cleanup
-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 |