summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r--src/server/InputPort.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index ab4c3e54..a90e7390 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -19,7 +19,6 @@
#include "ArcImpl.hpp" // IWYU pragma: keep
#include "PortImpl.hpp"
-#include "PortType.hpp"
#include "types.hpp"
#include "lv2/urid/urid.h"
@@ -37,6 +36,8 @@ class Symbol;
namespace ingen {
+enum class PortType;
+
class Atom;
namespace server {