summaryrefslogtreecommitdiffstats
path: root/src/Reactor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reactor.hpp')
-rw-r--r--src/Reactor.hpp3
1 files changed, 2 insertions, 1 deletions
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 <string>
namespace patchage {
+enum class SignalDirection;
+
struct ClientID;
struct PortID;