From 214fd81e9362f183603bacdb671e06192dcb5808 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 31 Jul 2017 16:36:52 +0100 Subject: some include cleanup --- src/common/dns_utils.h | 1 - src/common/stack_trace.cpp | 5 +++-- src/common/stack_trace.h | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/common') diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 53c0c1c7b..f304ebe8f 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -29,7 +29,6 @@ #include #include -#include "cryptonote_basic/cryptonote_basic.h" namespace tools { diff --git a/src/common/stack_trace.cpp b/src/common/stack_trace.cpp index ef64c20c5..6fdf4dd47 100644 --- a/src/common/stack_trace.cpp +++ b/src/common/stack_trace.cpp @@ -30,8 +30,7 @@ #define USE_UNWIND #endif -#include "common/stack_trace.h" -#include "misc_log_ex.h" +#include #ifdef USE_UNWIND #define UNW_LOCAL_ONLY #include @@ -40,6 +39,8 @@ #ifndef STATICLIB #include #endif +#include "common/stack_trace.h" +#include "misc_log_ex.h" #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "stacktrace" diff --git a/src/common/stack_trace.h b/src/common/stack_trace.h index 25eec9fb3..0f6bdc08b 100644 --- a/src/common/stack_trace.h +++ b/src/common/stack_trace.h @@ -29,7 +29,6 @@ #ifndef MONERO_EXCEPTION_H #define MONERO_EXCEPTION_H -#include #include namespace tools -- cgit v1.2.3