From 819fb5549b0d02477f47b3c40338071f37b6d885 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 29 Dec 2019 18:54:33 +0100 Subject: logging: asmap logging and #include fixups - move asmap #includes to sorted positions in addrman and init (move-only) - remove redundant quotes in asmap InitError, update test - remove full stops from asmap logging to be consistent with debug logging, update tests --- src/addrman.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/addrman.h') diff --git a/src/addrman.h b/src/addrman.h index 5901611bee..8e82020df0 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -6,23 +6,22 @@ #ifndef BITCOIN_ADDRMAN_H #define BITCOIN_ADDRMAN_H +#include #include #include #include #include #include #include -#include +#include +#include +#include #include #include #include -#include -#include #include -#include -#include - +#include /** * Extended statistics about a CAddress -- cgit v1.2.3