summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PortMenu.hpp')
-rw-r--r--src/gui/PortMenu.hpp22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp
index 7a9c6225..75a25cde 100644
--- a/src/gui/PortMenu.hpp
+++ b/src/gui/PortMenu.hpp
@@ -19,15 +19,29 @@
#include "ObjectMenu.hpp"
-#include "ingen/client/PortModel.hpp"
-
-#include <gtkmm/builder.h>
#include <gtkmm/menu.h>
-#include <gtkmm/menushell.h>
+
+#include <memory>
+
+namespace Glib {
+template <class T> class RefPtr;
+} // namespace Glib
+
+namespace Gtk {
+class Builder;
+class MenuItem;
+} // namespace Gtk
namespace ingen {
+
+namespace client {
+class PortModel;
+} // namespace client
+
namespace gui {
+class App;
+
/** Menu for a Port.
*
* \ingroup GUI