From 744a60b5fb248df5a0f6e85a56baeab80f4005d5 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 21 Nov 2021 09:09:45 -0800 Subject: [PATCH] smyrna: remove an unused strcasecmp.h include The only use of `strcasecmp` in this file was removed in 3fff5a1665b4be68f5dc69c5315b64dd556ce17a. --- cmd/smyrna/gui/gui.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0