summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-07-05 17:01:26 +0200
committerMax Kellermann <max@musicpd.org>2017-07-05 17:07:39 +0200
commit4af8e5bdb5a75322b55f181333f2d9873a6ea97e (patch)
tree6e876663862462b77f3eab260ba92c47183ba418 /src
parent2db8cf477b8ef0e0517baf020b88ed3df73310aa (diff)
util/Exception: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/util/Exception.cxx2
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