summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 23:20:33 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 23:22:40 -0400
commit40e71c72337f37dbab2220ec6f5b59425f7e51e8 (patch)
treea1c87418891db0dcba173c4bf09e0bca54092f8e /src/Patchage.hpp
parentd9c59e88cd521f5dee4f39c46fad4c1835591199 (diff)
downloadpatchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.gz
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.bz2
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.zip
Clean up includes
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 504eaac..c3ed61d 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -19,7 +19,6 @@
#include <gdk/gdk.h>
#include <glibmm/refptr.h>
-#include <gtkmm/checkmenuitem.h>
#include <gtkmm/treemodel.h>
#include <gtkmm/treemodelcolumn.h>
#include <gtkmm/widget.h>
@@ -51,6 +50,7 @@ namespace Gtk {
class AboutDialog;
class Alignment;
class Builder;
+class CheckMenuItem;
class ComboBox;
class ImageMenuItem;
class Label;