GtkXPaned: Avoid direct inclusion of gtk library header
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 27 May 2013 08:52:37 +0000 (10:52 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 14:04:21 +0000 (16:04 +0200)
lib/gtk-contrib/gtkxpaned.h

index 1e64cebad48d63c868e1e7dedcc9dfb03b481bea..302db9944c9b915d3939eef091e19f65ab92550c 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef GTK_XPANED_H
 #define GTK_XPANED_H
 
-#include <gtk/gtkcontainer.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 #define GTK_TYPE_XPANED                  (gtk_xpaned_get_type ())