some include cleanup

This commit is contained in:
moneromooo-monero 2017-07-31 16:36:52 +01:00
parent ab594cfee9
commit 214fd81e93
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
17 changed files with 30 additions and 27 deletions

View file

@ -30,8 +30,7 @@
#define USE_UNWIND
#endif
#include "common/stack_trace.h"
#include "misc_log_ex.h"
#include <stdexcept>
#ifdef USE_UNWIND
#define UNW_LOCAL_ONLY
#include <libunwind.h>
@ -40,6 +39,8 @@
#ifndef STATICLIB
#include <dlfcn.h>
#endif
#include "common/stack_trace.h"
#include "misc_log_ex.h"
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "stacktrace"