]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused memory.h includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 02:03:36 +0000 (19:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 02:03:36 +0000 (19:03 -0700)
cmd/smyrna/gui/callbacks.c
cmd/smyrna/gui/topviewsettings.c
cmd/smyrna/viewport.c

index cca8576b50fa54aa90d1931b698bc305e32cd84f..b8f86a04e7724af7f9a2bea595176700727e37c7 100644 (file)
@@ -14,7 +14,6 @@
 #include "callbacks.h"
 #include "viewport.h"
 #include "selectionfuncs.h"
-#include <common/memory.h>
 
 //Menu Items 
 
index 9925c5c7454b9555d2a8ce392a89a724332e5c78..789a2f30583ef60029994d745b53dffcc84e0ac3 100644 (file)
@@ -13,7 +13,6 @@
 #include "gui.h"
 #include <common/colorprocs.h>
 #include "viewport.h"
-#include <common/memory.h>
 
 void color_change_request(GtkWidget * widget, gpointer user_data)
 {
index 1edacb35e3095cade908e043d4d5b7f9acff9716..5b8d5e2c502c9dfc1b8161ab00f510bf141a6982 100644 (file)
@@ -24,7 +24,6 @@
 #include "glcompui.h"
 #include "gltemplate.h"
 #include <common/colorprocs.h>
-#include <common/memory.h>
 #include "topviewsettings.h"
 #include "arcball.h"
 #include "hotkeymap.h"