summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.hpp
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/GraphPortModule.hpp
parentfd474306945c58b24a022ab557ea24832758cb20 (diff)
downloadingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.gz
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.bz2
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.zip
Clean up includes in gui
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r--src/gui/GraphPortModule.hpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index 06e40dff..5ce7ea57 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -17,14 +17,19 @@
#ifndef INGEN_GUI_GRAPHPORTMODULE_HPP
#define INGEN_GUI_GRAPHPORTMODULE_HPP
-#include "Port.hpp"
-
#include "ganv/Module.hpp"
+#include "ingen/URI.hpp"
+
+#include <gdk/gdk.h>
+#include <glib.h>
#include <memory>
#include <string>
namespace ingen {
+
+class Atom;
+
namespace client {
class PortModel;
} // namespace client
@@ -33,9 +38,9 @@ class PortModel;
namespace ingen {
namespace gui {
+class App;
class GraphCanvas;
class Port;
-class PortMenu;
/** A "module" to represent a graph's port on its own canvas.
*