]> granicus.if.org Git - graphviz/commitdiff
Don't include io.h in gvrender_gd.c
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 31 Mar 2017 11:46:20 +0000 (13:46 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 20:38:19 +0000 (22:38 +0200)
The header io.h is not required in this file, so remove the include.

plugin/gd/gvrender_gd.c

index 4c500a332eed8f6702a363e6da00e6adbf4e80d6..7456d1003e4f710868539c1247e1fdcf0699886b 100644 (file)
@@ -13,9 +13,6 @@
 
 #include "config.h"
 
-#ifdef _WIN32
-#include <io.h>
-#endif
 #include <stdlib.h>
 #include <stddef.h>
 #include <stdint.h>