summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbs.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/BreadCrumbs.hpp
parentfd474306945c58b24a022ab557ea24832758cb20 (diff)
downloadingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.gz
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.tar.bz2
ingen-59397df614d6fb8af29f7e576ecad3feba3f9ed3.zip
Clean up includes in gui
Diffstat (limited to 'src/gui/BreadCrumbs.hpp')
-rw-r--r--src/gui/BreadCrumbs.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/BreadCrumbs.hpp b/src/gui/BreadCrumbs.hpp
index 6fcce24c..0b553faa 100644
--- a/src/gui/BreadCrumbs.hpp
+++ b/src/gui/BreadCrumbs.hpp
@@ -20,12 +20,15 @@
#include "GraphView.hpp"
#include "ingen/Message.hpp"
+#include "ingen/URI.hpp"
#include "ingen/client/GraphModel.hpp"
#include "raul/Path.hpp"
#include <gtkmm/box.h>
#include <gtkmm/label.h>
+#include <gtkmm/object.h>
#include <gtkmm/togglebutton.h>
+#include <sigc++/signal.h>
#include <cassert>
#include <list>
@@ -35,6 +38,8 @@
namespace ingen {
namespace gui {
+class App;
+
/** Collection of breadcrumb buttons forming a path.
* This doubles as a cache for GraphViews.
*