summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index c3295bf..8f3cca0 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -17,7 +17,6 @@
#include "Event.hpp"
#include "Metadata.hpp"
#include "Options.hpp"
-#include "PortType.hpp"
#include "Reactor.hpp"
#include "Setting.hpp"
#include "TextViewLog.hpp"
@@ -55,6 +54,8 @@ class Window;
namespace patchage {
+enum class PortType;
+
class Canvas;
class ILog;
class Legend;