Implement senf::IGNORE and replace all casts-to-void with senf::IGNORE() calls
[senf.git] / senf / Utils / Exception.cc
index ee1ec18..1b3763c 100644 (file)
 //#include "Exception.ih"
 
 // Custom includes
-#include <execinfo.h>
+#ifdef SENF_DEBUG
+   #include <execinfo.h>
+#endif
 #include <sstream>
-#include "../config.hh"
+#include <senf/config.hh>
 #include "Backtrace.hh"
 
 #define prefix_