From 4af8e5bdb5a75322b55f181333f2d9873a6ea97e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Jul 2017 17:01:26 +0200 Subject: [PATCH] util/Exception: include cleanup --- src/util/Exception.cxx | 2 -- 1 file changed, 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 - std::string GetFullMessage(std::exception_ptr ep, const char *fallback, const char *separator) noexcept