]> granicus.if.org Git - graphviz/commitdiff
label: remove unused memory.h include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Sep 2022 15:45:21 +0000 (08:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 6 Sep 2022 14:34:33 +0000 (07:34 -0700)
lib/label/index.c

index 0d3f1b01f0d26db2a3fea96d992da6fd4a65439f..aaaac79d2784c0503be653e1962a25a35c7f6e76 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdio.h>
 #include <assert.h>
 #include <stdbool.h>
-#include <common/memory.h>
 
 LeafList_t *RTreeNewLeafList(Leaf_t * lp)
 {