summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
commite8eb8e659f55ab9f68fb6bb3a68c72300c81325a (patch)
tree052854f41a415b92c2c45decf8e107e641c52fd6 /src/Legend.hpp
parent0b1702f891ff8283e1d51e453890766a0e878d6b (diff)
downloadpatchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.gz
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.bz2
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.zip
Clean up includes and forward declarations
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