mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-14 23:37:51 +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:
@@ -8,11 +8,11 @@
|
||||
#include <common/netif.h>
|
||||
#include <common/pcp.h>
|
||||
#include <common/system.h>
|
||||
#include <logging.h>
|
||||
#include <net.h>
|
||||
#include <netaddress.h>
|
||||
#include <netbase.h>
|
||||
#include <random.h>
|
||||
#include <util/log.h>
|
||||
#include <util/thread.h>
|
||||
#include <util/threadinterrupt.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user