mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-13 06:04:42 +02:00
logging: use util/log.h where possible
Replace usage of logging.h with util/log.h where it suffices.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
#include <net_types.h>
|
||||
|
||||
#include <logging.h>
|
||||
#include <netaddress.h>
|
||||
#include <netbase.h>
|
||||
#include <univalue.h>
|
||||
#include <util/log.h>
|
||||
|
||||
static const char* BANMAN_JSON_VERSION_KEY{"version"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user