]> granicus.if.org Git - graphviz/commitdiff
remove a useless conditional #include block
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 12 Feb 2021 01:17:39 +0000 (17:17 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Feb 2021 17:39:46 +0000 (09:39 -0800)
lib/common/colxlate.c

index 05f65ef06036f7383f984a4799fb32e5ef305213..92bb55e63db9a4524fa60841beb11978931e4770 100644 (file)
 
 
 #include <stdlib.h>
-#ifdef _WIN32
-#include <string.h>
-#include <ctype.h>
-#endif
 #include <string.h>
 #include <ctype.h>