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

@@ -22,6 +22,7 @@
#include <streams.h>
#include <uint256.h>
#include <util/strencodings.h>
#include <version.h>
static constexpr uint8_t SIGNET_HEADER[4] = {0xec, 0xc7, 0xda, 0xa2};