mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-16 17:48:59 +02:00
mv btcsignals.h to src/util
This is a low-level utility header
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <btcsignals.h>
|
||||
#include <interfaces/echo.h>
|
||||
#include <interfaces/handler.h>
|
||||
#include <util/btcsignals.h>
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
@@ -7,13 +7,10 @@
|
||||
|
||||
#include <init.h>
|
||||
|
||||
#include <kernel/checks.h>
|
||||
|
||||
#include <addrdb.h>
|
||||
#include <addrman.h>
|
||||
#include <banman.h>
|
||||
#include <blockfilter.h>
|
||||
#include <btcsignals.h>
|
||||
#include <chain.h>
|
||||
#include <chainparams.h>
|
||||
#include <chainparamsbase.h>
|
||||
@@ -42,6 +39,7 @@
|
||||
#include <kernel/blockmanager_opts.h>
|
||||
#include <kernel/caches.h>
|
||||
#include <kernel/chainstatemanager_opts.h>
|
||||
#include <kernel/checks.h>
|
||||
#include <kernel/context.h>
|
||||
#include <kernel/notifications_interface.h>
|
||||
#include <key.h>
|
||||
@@ -87,6 +85,7 @@
|
||||
#include <uint256.h>
|
||||
#include <util/asmap.h>
|
||||
#include <util/batchpriority.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/chaintype.h>
|
||||
#include <util/check.h>
|
||||
#include <util/fs.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <node/interface_ui.h>
|
||||
|
||||
#include <btcsignals.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/string.h>
|
||||
#include <util/translation.h>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include <banman.h>
|
||||
#include <blockfilter.h>
|
||||
#include <btcsignals.h>
|
||||
#include <chain.h>
|
||||
#include <chainparams.h>
|
||||
#include <coins.h>
|
||||
@@ -60,6 +59,7 @@
|
||||
#include <txmempool.h>
|
||||
#include <uint256.h>
|
||||
#include <univalue.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/check.h>
|
||||
#include <util/result.h>
|
||||
#include <util/signalinterrupt.h>
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
#include <noui.h>
|
||||
|
||||
#include <btcsignals.h>
|
||||
#include <node/interface_ui.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/log.h>
|
||||
#include <util/translation.h>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include <qt/bitcoin.h>
|
||||
|
||||
#include <btcsignals.h>
|
||||
#include <chainparams.h>
|
||||
#include <common/args.h>
|
||||
#include <common/init.h>
|
||||
@@ -31,6 +30,7 @@
|
||||
#include <qt/utilitydialog.h>
|
||||
#include <qt/winshutdownmonitor.h>
|
||||
#include <uint256.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/exception.h>
|
||||
#include <util/log.h>
|
||||
#include <util/string.h>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <btcsignals.h>
|
||||
#include <test/util/setup_common.h>
|
||||
#include <util/btcsignals.h>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOIN_BTCSIGNALS_H
|
||||
#define BITCOIN_BTCSIGNALS_H
|
||||
#ifndef BITCOIN_UTIL_BTCSIGNALS_H
|
||||
#define BITCOIN_UTIL_BTCSIGNALS_H
|
||||
|
||||
#include <sync.h>
|
||||
|
||||
@@ -258,4 +258,4 @@ public:
|
||||
|
||||
} // namespace btcsignals
|
||||
|
||||
#endif // BITCOIN_BTCSIGNALS_H
|
||||
#endif // BITCOIN_UTIL_BTCSIGNALS_H
|
||||
@@ -6,7 +6,6 @@
|
||||
#define BITCOIN_WALLET_SCRIPTPUBKEYMAN_H
|
||||
|
||||
#include <addresstype.h>
|
||||
#include <btcsignals.h>
|
||||
#include <common/messages.h>
|
||||
#include <common/signmessage.h>
|
||||
#include <common/types.h>
|
||||
@@ -16,6 +15,7 @@
|
||||
#include <script/descriptor.h>
|
||||
#include <script/script.h>
|
||||
#include <script/signingprovider.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/hasher.h>
|
||||
#include <util/log.h>
|
||||
#include <util/result.h>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define BITCOIN_WALLET_WALLET_H
|
||||
|
||||
#include <addresstype.h>
|
||||
#include <btcsignals.h>
|
||||
#include <consensus/amount.h>
|
||||
#include <interfaces/chain.h>
|
||||
#include <interfaces/handler.h>
|
||||
@@ -23,6 +22,7 @@
|
||||
#include <sync.h>
|
||||
#include <tinyformat.h>
|
||||
#include <uint256.h>
|
||||
#include <util/btcsignals.h>
|
||||
#include <util/fs.h>
|
||||
#include <util/hasher.h>
|
||||
#include <util/log.h>
|
||||
|
||||
Reference in New Issue
Block a user