1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-11 08:08:06 -05:00

Stop including <gtk/gtkcontainer.h> directly, since a user points out

that it'll be absent in GTK 3.

[originally from svn r9571]
This commit is contained in:
Simon Tatham 2012-07-01 16:55:36 +00:00
parent a580c22c24
commit d0ac277f78

View File

@ -8,7 +8,7 @@
#define COLUMNS_H
#include <gdk/gdk.h>
#include <gtk/gtkcontainer.h>
#include <gtk/gtk.h>
#ifdef __cplusplus
extern "C" {