summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp
index e690120..c73a74e 100644
--- a/src/Legend.hpp
+++ b/src/Legend.hpp
@@ -4,8 +4,6 @@
#ifndef PATCHAGE_LEGEND_HPP
#define PATCHAGE_LEGEND_HPP
-#include "PortType.hpp"
-
#include <gtkmm/box.h>
#include <sigc++/signal.h>
@@ -18,6 +16,8 @@ class ColorButton;
namespace patchage {
+enum class PortType;
+
class Configuration;
class Legend : public Gtk::HBox