From 5a3ee2b3358e147aeb0cabced90991a5ae3b5870 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 May 2021 17:23:17 -0400 Subject: Move Coord to its own header --- src/Reactor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Reactor.hpp') diff --git a/src/Reactor.hpp b/src/Reactor.hpp index bb31cca..04b699d 100644 --- a/src/Reactor.hpp +++ b/src/Reactor.hpp @@ -18,7 +18,6 @@ #define PATCHAGE_REACTOR_HPP #include "Action.hpp" -#include "ClientID.hpp" #include "PortID.hpp" #include "SignalDirection.hpp" @@ -31,6 +30,7 @@ class CanvasPort; class Driver; class ILog; class Patchage; +class ClientID; /// Reacts to actions from the user class Reactor -- cgit v1.2.1