From: Matthew Fernandez Date: Sun, 21 Nov 2021 17:09:45 +0000 (-0800) Subject: smyrna: remove an unused strcasecmp.h include X-Git-Tag: 2.50.0~14^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744a60b5fb248df5a0f6e85a56baeab80f4005d5;p=graphviz smyrna: remove an unused strcasecmp.h include The only use of `strcasecmp` in this file was removed in 3fff5a1665b4be68f5dc69c5315b64dd556ce17a. --- diff --git a/cmd/smyrna/gui/gui.c b/cmd/smyrna/gui/gui.c index 3a23e0415..8dc327b50 100644 --- a/cmd/smyrna/gui/gui.c +++ b/cmd/smyrna/gui/gui.c @@ -16,7 +16,6 @@ #include #include "viewport.h" #include -#include GladeXML *xml; //global libglade vars GtkWidget *gladewidget;