From 59397df614d6fb8af29f7e576ecad3feba3f9ed3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 00:40:08 +0100 Subject: Clean up includes in gui --- src/gui/GraphView.hpp | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'src/gui/GraphView.hpp') diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp index 29571b67..0b6aee1e 100644 --- a/src/gui/GraphView.hpp +++ b/src/gui/GraphView.hpp @@ -18,36 +18,35 @@ #define INGEN_GUI_GRAPHVIEW_HPP #include -#include -#include -#include -#include -#include -#include -#include #include +namespace Glib { +template class RefPtr; +} // namespace Glib + +namespace Gtk { +class Builder; +class ScrolledWindow; +class SpinButton; +class ToggleToolButton; +class ToolItem; +class Toolbar; +} // namespace Gtk + namespace ingen { class Atom; class URI; namespace client { -class PortModel; -class MetadataModel; class GraphModel; -class ObjectModel; } // namespace client namespace gui { class App; -class LoadPluginWindow; -class NewSubgraphWindow; class GraphCanvas; -class GraphDescriptionWindow; -class SubgraphModule; /** The graph specific contents of a GraphWindow (ie the canvas and whatever else). * -- cgit v1.2.1