From 4537c30925050ffa34c33e6a481f07f1ec0a01ff Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 28 Sep 2020 19:03:37 +0200 Subject: vppinfra: don't call dlmalloc API directly from the code - it is confusing from end consumer perspective that some thing is somewhere called heap and somewhere mspace - this is base for additional work where heap pointer is not the same thing like mspace Type: improvement Change-Id: I644d5a0de17690d65d164d8cec3c5654571629ef Signed-off-by: Damjan Marion --- src/svm/svmtool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/svm/svmtool.c') diff --git a/src/svm/svmtool.c b/src/svm/svmtool.c index 643b484bdf5..0f38d7fe0eb 100644 --- a/src/svm/svmtool.c +++ b/src/svm/svmtool.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- cgit 1.2.3-korg