util/Exception: include cleanup

This commit is contained in:
Max Kellermann 2017-07-05 17:01:26 +02:00
parent 2db8cf477b
commit 4af8e5bdb5

View File

@ -29,8 +29,6 @@
#include "Exception.hxx"
#include <stdexcept>
std::string
GetFullMessage(std::exception_ptr ep,
const char *fallback, const char *separator) noexcept