summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp30
1 files changed, 18 insertions, 12 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index 2bb04c54..b8f2cce0 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -17,28 +17,38 @@
#ifndef INGEN_GUI_GRAPH_BOX_HPP
#define INGEN_GUI_GRAPH_BOX_HPP
-#include "Window.hpp"
-
#include "ingen/ingen.h"
+#include <gdk/gdk.h>
+#include <glibmm/ustring.h>
#include <gtkmm/alignment.h>
#include <gtkmm/box.h>
-#include <gtkmm/builder.h>
-#include <gtkmm/menushell.h>
-#include <gtkmm/messagedialog.h>
-#include <gtkmm/paned.h>
#include <gtkmm/scrolledwindow.h>
-#include <gtkmm/statusbar.h>
+#include <sigc++/connection.h>
#include <memory>
#include <string>
+namespace Glib {
+template <class T> class RefPtr;
+} // namespace Glib
+
+namespace Gtk {
+class Builder;
+class CheckMenuItem;
+class HPaned;
+class Label;
+class MenuItem;
+class Statusbar;
+} // namespace Gtk
+
namespace Raul {
class Path;
} // namespace Raul
namespace ingen {
+class Atom;
class URI;
namespace client {
@@ -49,14 +59,10 @@ class ObjectModel;
namespace gui {
+class App;
class BreadCrumbs;
-class LoadGraphBox;
-class LoadPluginWindow;
-class NewSubgraphWindow;
-class GraphDescriptionWindow;
class GraphView;
class GraphWindow;
-class SubgraphModule;
/** A window for a graph.
*