From: Erwin Janssen Date: Fri, 31 Mar 2017 11:46:20 +0000 (+0200) Subject: Don't include io.h in gvrender_gd.c X-Git-Tag: 2.42.0~184^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb820615e89f6471c459f7c279de4f2da7a2528;p=graphviz Don't include io.h in gvrender_gd.c The header io.h is not required in this file, so remove the include. --- diff --git a/plugin/gd/gvrender_gd.c b/plugin/gd/gvrender_gd.c index 4c500a332..7456d1003 100644 --- a/plugin/gd/gvrender_gd.c +++ b/plugin/gd/gvrender_gd.c @@ -13,9 +13,6 @@ #include "config.h" -#ifdef _WIN32 -#include -#endif #include #include #include