mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-17 02:57:33 +02:00
logging: use util/log.h where possible
Preparation for a future commit where kernel's dependency on logging.cpp is removed completely. Replace usage of logging\.h with util/log\.h where it suffices, and fix wrong includes according to iwyu.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#ifndef BITCOIN_LOGGING_TIMER_H
|
||||
#define BITCOIN_LOGGING_TIMER_H
|
||||
|
||||
#include <logging.h>
|
||||
#include <util/log.h>
|
||||
#include <util/macros.h>
|
||||
#include <util/time.h>
|
||||
#include <util/types.h>
|
||||
|
||||
Reference in New Issue
Block a user