From 9009631bdf6d1142a13335ececbc1f78daf3fdf0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 16:53:29 -0400 Subject: Simplify PortType --- src/server/DuplexPort.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index 3cc0efba..c06ad85f 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -19,7 +19,6 @@ #include "InputPort.hpp" #include "PortImpl.hpp" -#include "PortType.hpp" #include "server.h" #include "types.hpp" @@ -38,6 +37,8 @@ class Symbol; namespace ingen { +enum class PortType; + class Atom; class Properties; -- cgit v1.2.1