From: Simon Tatham Date: Sun, 1 Jul 2012 16:55:36 +0000 (+0000) Subject: Stop including directly, since a user points out X-Git-Tag: 0.63~190 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d0ac277f78dea1a359d03b3619ace462c8600fca;hp=a580c22c2419a9236466ca8ee80bc97bc9da41eb;p=PuTTY.git Stop including directly, since a user points out that it'll be absent in GTK 3. [originally from svn r9571] --- 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" {