From 572f1480d9a851ed84427e967fdf05255b415916 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 5 Sep 2022 08:48:16 -0700 Subject: [PATCH] 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. --- lib/label/xlabels.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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