mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 07:09:38 -04:00
Merge pull request #2234
214fd81e
some include cleanup (moneromooo-monero)
This commit is contained in:
commit
ea46a5527a
17 changed files with 30 additions and 27 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "cryptonote_basic/cryptonote_basic.h"
|
||||
|
||||
namespace tools
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#ifndef MONERO_EXCEPTION_H
|
||||
#define MONERO_EXCEPTION_H
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
namespace tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue