mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-16 00:07:24 +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:
@@ -10,7 +10,6 @@
|
||||
#include <common/args.h>
|
||||
#include <compat/compat.h>
|
||||
#include <crypto/hmac_sha256.h>
|
||||
#include <logging.h>
|
||||
#include <net.h>
|
||||
#include <netaddress.h>
|
||||
#include <netbase.h>
|
||||
@@ -18,6 +17,7 @@
|
||||
#include <tinyformat.h>
|
||||
#include <util/check.h>
|
||||
#include <util/fs.h>
|
||||
#include <util/log.h>
|
||||
#include <util/readwritefile.h>
|
||||
#include <util/strencodings.h>
|
||||
#include <util/string.h>
|
||||
|
||||
Reference in New Issue
Block a user