From dfee660d61d18c55d5f0912b3a87958d631eb6fa Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Wed, 29 Feb 2012 01:16:51 +0000 Subject: Header tidying, suppress all gdk deprecation errors in gtkmm (bzr r11030) --- src/ink-action.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/ink-action.cpp') diff --git a/src/ink-action.cpp b/src/ink-action.cpp index becf5971a..4c6008b01 100644 --- a/src/ink-action.cpp +++ b/src/ink-action.cpp @@ -1,14 +1,11 @@ - - - +#include "widgets/icon.h" +#include "icon-size.h" #include #include -#include "icon-size.h" #include "ink-action.h" #include "widgets/button.h" -#include "widgets/icon.h" static void ink_action_class_init( InkActionClass* klass ); static void ink_action_init( InkAction* action ); @@ -178,8 +175,6 @@ void ink_action_set_property( GObject* obj, guint propId, const GValue *value, G } } -#include - static GtkWidget* ink_action_create_menu_item( GtkAction* action ) { InkAction* act = INK_ACTION( action ); -- cgit v1.2.3