signals: re-add forward-declares to interface headers

The real includes were only needed temporarily while supporting btcsignals as
an alias for boost::signals2.
This commit is contained in:
Cory Fields
2026-02-03 20:17:49 +00:00
parent 9958f4fe49
commit 091736a153
2 changed files with 8 additions and 4 deletions

View File

@@ -5,11 +5,13 @@
#ifndef BITCOIN_INTERFACES_HANDLER_H
#define BITCOIN_INTERFACES_HANDLER_H
#include <btcsignals.h>
#include <functional>
#include <memory>
namespace btcsignals {
class connection;
} // namespace btcsignals
namespace interfaces {
//! Generic interface for managing an event handler or callback function