From: Matthew Fernandez Date: Mon, 5 Sep 2022 15:48:16 +0000 (-0700) Subject: label xlnew: use cgraph wrapper for allocation X-Git-Tag: 6.0.1~8^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=572f1480d9a851ed84427e967fdf05255b415916;p=graphviz label xlnew: use cgraph wrapper for allocation The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h wrappers except (1) they are header-only and (2) they live in a directory (cgraph) that is at the root of the dependency tree. The long term plan is to replace all use of lib/common/memory.h with lib/cgraph/alloc.h. --- diff --git a/lib/label/xlabels.c b/lib/label/xlabels.c index 4574eb334..b09c3ad92 100644 --- a/lib/label/xlabels.c +++ b/lib/label/xlabels.c @@ -18,7 +18,6 @@ #include #define XLABEL_INT #include