Stop including <gtk/gtkcontainer.h> directly, since a user points out
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 1 Jul 2012 16:55:36 +0000 (16:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 1 Jul 2012 16:55:36 +0000 (16:55 +0000)
that it'll be absent in GTK 3.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9571 cda61777-01e9-0310-a592-d414129be87e

unix/gtkcols.h

index 5bcc627..cdbb15c 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" {