summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 13:13:56 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 13:13:56 +0100
commitc7cc84afee9b6d8b196679bf784751c4052020a3 (patch)
treeb78ad7c13975f977d683698694d661972160e038 /src/Legend.cpp
parent6417299c90009f1eca68d58d62f8e46043aabce3 (diff)
downloadpatchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz
patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2
patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip
Clean up includes
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index a97d7bd..ff9fe4b 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -18,11 +18,16 @@
#include "Configuration.hpp"
#include "PortType.hpp"
+#include "patchage_config.h"
+#include <gdkmm/color.h>
+#include <glibmm/signalproxy.h>
#include <gtkmm/box.h>
#include <gtkmm/colorbutton.h>
#include <gtkmm/label.h>
-#include <sigc++/sigc++.h>
+#include <gtkmm/object.h>
+#include <sigc++/adaptors/bind.h>
+#include <sigc++/functors/mem_fun.h>
#include <string>