]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkseparator.h
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
[~andy/gtk] / gtk / gtkseparator.h
index b6400f9a4030579275e2026ba8011db7e98b0bf5..e0f646735820977df46e703b81eb05aa80c4ea39 100644 (file)
@@ -32,7 +32,6 @@
 #define __GTK_SEPARATOR_H__
 
 
-#include <gdk/gdk.h>
 #include <gtk/gtkwidget.h>
 
 
@@ -46,7 +45,6 @@ G_BEGIN_DECLS
 #define GTK_SEPARATOR_GET_CLASS(obj)        (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass))
 
 
-
 typedef struct _GtkSeparator       GtkSeparator;
 typedef struct _GtkSeparatorClass  GtkSeparatorClass;
 
@@ -61,8 +59,7 @@ struct _GtkSeparatorClass
 };
 
 
-GType  gtk_separator_get_type (void) G_GNUC_CONST;
-
+GType       gtk_separator_get_type (void) G_GNUC_CONST;
 
 G_END_DECLS