X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cc;h=aeb7aaa094a9cb7e7ab6593903fd676fda0413d8;hb=3aced0177a1c69c7af338b4e66db8694a71873ae;hp=276d7dda316e9073e6fa44efb3a3e062e9c23f0e;hpb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;p=senf.git diff --git a/senf/Utils/Exception.cc b/senf/Utils/Exception.cc index 276d7dd..aeb7aaa 100644 --- a/senf/Utils/Exception.cc +++ b/senf/Utils/Exception.cc @@ -27,7 +27,6 @@ //#include "Exception.ih" // Custom includes -#include #ifdef SENF_BACKTRACE #include #endif @@ -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";