summaryrefslogtreecommitdiffstats
path: root/src/gui/Arc.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-15 00:40:08 +0100
committerDavid Robillard <d@drobilla.net>2020-12-15 00:47:37 +0100
commit59397df614d6fb8af29f7e576ecad3feba3f9ed3 (patch)
treefdcabac5ed7735747f2e14c0d11321ba1b9d1832 /src/gui/Arc.cpp
parentfd474306945c58b24a022ab557ea24832758cb20 (diff)
downloadingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.gz
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.bz2
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.zip
Clean up includes in gui
Diffstat (limited to 'src/gui/Arc.cpp')
-rw-r--r--src/gui/Arc.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/Arc.cpp b/src/gui/Arc.cpp
index 60425ab9..c9260d12 100644
--- a/src/gui/Arc.cpp
+++ b/src/gui/Arc.cpp
@@ -16,14 +16,23 @@
#include "Arc.hpp"
+#include "ingen/URI.hpp"
#include "ingen/client/ArcModel.hpp"
#include "ingen/client/BlockModel.hpp"
+#include "ingen/client/PortModel.hpp"
+
+#include <glib-object.h>
#include <memory>
#define NS_INTERNALS "http://drobilla.net/ns/ingen-internals#"
namespace ingen {
+
+namespace client {
+class ObjectModel;
+} // namespace client
+
namespace gui {
Arc::Arc(Ganv::Canvas& canvas,