]> granicus.if.org Git - graphviz/commitdiff
lefty Dir.c: remove unnecessary include of ctype.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 21:23:44 +0000 (14:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 20:43:42 +0000 (13:43 -0700)
Commit 1c2c986ebb2d16e491c68656217f5352b3d809c8 removed the only use of
`islower` and `toupper` in this file, which was why this header was included.

cmd/lefty/ws/x11/libfilereq/Dir.c

index a0ea4f2196b31127114e65eb01cf817d6c9f5aff..14d6b4312d251927d3da62e396a7410194af5f7a 100644 (file)
 #include <strings.h>
 #endif
 
-#ifdef SEL_FILE_IGNORE_CASE
-#include <ctype.h>
-#endif /* def SEL_FILE_IGNORE_CASE */
-
 #include "SFinternal.h"
 
 #include <dirent.h>