Include version.h in fewer places

This commit is contained in:
Anthony Towns
2023-11-15 12:19:34 +10:00
parent c7b61fd61b
commit 83986f464c
18 changed files with 9 additions and 12 deletions

View File

@@ -8,7 +8,6 @@
#include <logging.h>
#include <random.h>
#include <util/trace.h>
#include <version.h>
bool CCoinsView::GetCoin(const COutPoint &outpoint, Coin &coin) const { return false; }
uint256 CCoinsView::GetBestBlock() const { return uint256(); }