]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove an unused strcasecmp.h include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Nov 2021 17:09:45 +0000 (09:09 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Nov 2021 17:12:13 +0000 (09:12 -0800)
The only use of `strcasecmp` in this file was removed in
3fff5a1665b4be68f5dc69c5315b64dd556ce17a.

cmd/smyrna/gui/gui.c

index 3a23e0415e0d4896f81bc133e9688e92e4a4354b..8dc327b501585e59c123550b1e7e72e51ab526bb 100644 (file)
@@ -16,7 +16,6 @@
 #include <gdk/gdk.h>
 #include "viewport.h"
 #include <common/memory.h>
-#include <cgraph/strcasecmp.h>
 
 GladeXML *xml;                 //global libglade vars
 GtkWidget *gladewidget;