From 335ce410dff24bfe181e75d40ce015625ca2fc69 Mon Sep 17 00:00:00 2001 From: Yuanzheng Song Date: Thu, 14 Jul 2022 19:38:12 +0800 Subject: [PATCH] remove useless headers issue: #I5H67W Signed-off-by: Yuanzheng Song --- libdmabufheap/src/dmabuf_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libdmabufheap/src/dmabuf_alloc.c b/libdmabufheap/src/dmabuf_alloc.c index eddf211..e20a781 100644 --- a/libdmabufheap/src/dmabuf_alloc.c +++ b/libdmabufheap/src/dmabuf_alloc.c @@ -18,8 +18,6 @@ #include #include #include -#include -#include #include #include #include -- Gitee