summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-03 10:44:52 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-03 10:44:52 +0000
commitf3756ff85a32f4b2a0771d0ac3bd78a69535395f (patch)
treecb659f62f9ec83041a538dcd862d52829495c14f /src/widgets/button.h
parentadd multiple glyph layers at once (from characters found in user input string) (diff)
downloadinkscape-f3756ff85a32f4b2a0771d0ac3bd78a69535395f.tar.gz
inkscape-f3756ff85a32f4b2a0771d0ac3bd78a69535395f.zip
Use generic headers in preparation for GTK+ 3 transition
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
Diffstat (limited to 'src/widgets/button.h')
-rw-r--r--src/widgets/button.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widgets/button.h b/src/widgets/button.h
index f14af94d1..26191f524 100644
--- a/src/widgets/button.h
+++ b/src/widgets/button.h
@@ -16,9 +16,7 @@
#define SP_BUTTON(o) (GTK_CHECK_CAST ((o), SP_TYPE_BUTTON, SPButton))
#define SP_IS_BUTTON(o) (GTK_CHECK_TYPE ((o), SP_TYPE_BUTTON))
-#include <gtk/gtkwidget.h>
-#include <gtk/gtktogglebutton.h>
-#include <gtk/gtktooltips.h>
+#include <gtk/gtk.h>
#include "helper/action.h"
#include "icon-size.h"