summaryrefslogtreecommitdiffstats
path: root/src/Reactor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reactor.hpp')
-rw-r--r--src/Reactor.hpp2
1 files changed, 1 insertions, 1 deletions
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