From: Matthew Fernandez Date: Fri, 2 Sep 2022 02:03:36 +0000 (-0700) Subject: smyrna: remove unused memory.h includes X-Git-Tag: 6.0.1~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75e902cabdfa45e1b6a64ec528db570d17878026;p=graphviz smyrna: remove unused memory.h includes --- diff --git a/cmd/smyrna/gui/callbacks.c b/cmd/smyrna/gui/callbacks.c index cca8576b5..b8f86a04e 100644 --- a/cmd/smyrna/gui/callbacks.c +++ b/cmd/smyrna/gui/callbacks.c @@ -14,7 +14,6 @@ #include "callbacks.h" #include "viewport.h" #include "selectionfuncs.h" -#include //Menu Items diff --git a/cmd/smyrna/gui/topviewsettings.c b/cmd/smyrna/gui/topviewsettings.c index 9925c5c74..789a2f305 100644 --- a/cmd/smyrna/gui/topviewsettings.c +++ b/cmd/smyrna/gui/topviewsettings.c @@ -13,7 +13,6 @@ #include "gui.h" #include #include "viewport.h" -#include void color_change_request(GtkWidget * widget, gpointer user_data) { diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 1edacb35e..5b8d5e2c5 100644 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -24,7 +24,6 @@ #include "glcompui.h" #include "gltemplate.h" #include -#include #include "topviewsettings.h" #include "arcball.h" #include "hotkeymap.h"