X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cc;h=aeb7aaa094a9cb7e7ab6593903fd676fda0413d8;hb=3aced0177a1c69c7af338b4e66db8694a71873ae;hp=1104513b7da9aff7f98860e784768defbe19d8ff;hpb=e05437de40eb79af1075c5186820d639db42e105;p=senf.git diff --git a/senf/Utils/Exception.cc b/senf/Utils/Exception.cc index 1104513..aeb7aaa 100644 --- a/senf/Utils/Exception.cc +++ b/senf/Utils/Exception.cc @@ -31,7 +31,6 @@ #include #endif #include -#include #include "Backtrace.hh" #define prefix_ @@ -44,7 +43,7 @@ prefix_ void senf::ExceptionMixin::addBacktrace() { void * entries[SENF_DEBUG_BACKTRACE_NUMCALLERS]; - unsigned nEntries( ::backtrace(entries, SENF_DEBUG_BACKTRACE_NUMCALLERS) ); + unsigned nEntries (::backtrace(entries, SENF_DEBUG_BACKTRACE_NUMCALLERS)); std::stringstream ss; ss << "\nException at\n";