]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Stop including <gtk/gtkcontainer.h> directly, since a user points out
authorSimon Tatham <anakin@pobox.com>
Sun, 1 Jul 2012 16:55:36 +0000 (16:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 Jul 2012 16:55:36 +0000 (16:55 +0000)
that it'll be absent in GTK 3.

[originally from svn r9571]

unix/gtkcols.h

index 5bcc62768adaf9597b054173b0ea004ec1ad7c74..cdbb15c640a771cf75e10f33ce6d8a9dedaba4ce 100644 (file)
@@ -8,7 +8,7 @@
 #define COLUMNS_H
 
 #include <gdk/gdk.h>
-#include <gtk/gtkcontainer.h>
+#include <gtk/gtk.h>
 
 #ifdef __cplusplus
 extern "C" {