util, refactor: Improve headers for bitcoin-wallet tool

This commit is contained in:
Hennadii Stepanov
2021-10-24 19:27:51 +03:00
parent e77d9679fd
commit 3431839c33
3 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif
#include <wallet/wallettool.h>
#include <fs.h>
#include <util/system.h>
#include <util/translation.h>