kernel: Move BlockInfo to a kernel file

This should avoid having to include interfaces/chain.h from a kernel
module. interfaces/chain.h in turn includes a bunch of non-kernel
headers, that break the desired library topology and might introduce
entanglement regressions.
This commit is contained in:
TheCharlatan
2025-06-01 19:39:12 +02:00
committed by sedited
parent d69a582e72
commit d3a479cb07
5 changed files with 26 additions and 22 deletions

View File

@@ -9,7 +9,6 @@
#include <dbwrapper.h>
#include <interfaces/chain.h>
#include <interfaces/types.h>
#include <kernel/chain.h>
#include <kernel/types.h>
#include <logging.h>
#include <node/abort.h>