summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/entry.h')
-rw-r--r--src/ui/widget/entry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/entry.h b/src/ui/widget/entry.h
index 53b848fc9..de5cceadd 100644
--- a/src/ui/widget/entry.h
+++ b/src/ui/widget/entry.h
@@ -11,10 +11,10 @@
#define INKSCAPE_UI_WIDGET_ENTRY__H
#include "labelled.h"
-#include <gtkmm.h>
-#include <gtkmm/entry.h>
-#include <gtkmm/comboboxtext.h>
+namespace Gtk {
+class Entry;
+}
namespace Inkscape {
namespace UI {