From: simon Date: Sun, 1 Jul 2012 16:55:36 +0000 (+0000) Subject: Stop including directly, since a user points out X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/85bc48f6b240fa18c26473ed30264624a1388f46 Stop including directly, since a user points out that it'll be absent in GTK 3. git-svn-id: svn://svn.tartarus.org/sgt/putty@9571 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/gtkcols.h b/unix/gtkcols.h index 5bcc6276..cdbb15c6 100644 --- a/unix/gtkcols.h +++ b/unix/gtkcols.h @@ -8,7 +8,7 @@ #define COLUMNS_H #include -#include +#include #ifdef __cplusplus extern "C" {