From e8eb8e659f55ab9f68fb6bb3a68c72300c81325a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Sep 2023 09:53:27 -0400 Subject: Clean up includes and forward declarations --- src/Reactor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Reactor.hpp') diff --git a/src/Reactor.hpp b/src/Reactor.hpp index 74b1a07..a5bc9e9 100644 --- a/src/Reactor.hpp +++ b/src/Reactor.hpp @@ -5,12 +5,13 @@ #define PATCHAGE_REACTOR_HPP #include "Action.hpp" -#include "SignalDirection.hpp" #include namespace patchage { +enum class SignalDirection; + struct ClientID; struct PortID; -- cgit v1.2.1