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

@@ -2,12 +2,14 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <external_signer.h>
#include <chainparams.h>
#include <common/run_command.h>
#include <core_io.h>
#include <psbt.h>
#include <util/strencodings.h>
#include <external_signer.h>
#include <version.h>
#include <algorithm>
#include <stdexcept>