From 60bc787497f03c5911e481d891a976e63b9c58ba Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Tue, 20 Sep 2022 22:24:24 +0800 Subject: [PATCH] feat: move from dmabuf_alloc.c to dmabuff_alloc.h Signed-off-by: Caoruihong --- libdmabufheap/include/dmabuf_alloc.h | 1 + libdmabufheap/src/dmabuf_alloc.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libdmabufheap/include/dmabuf_alloc.h b/libdmabufheap/include/dmabuf_alloc.h index 07ec54b..e823319 100644 --- a/libdmabufheap/include/dmabuf_alloc.h +++ b/libdmabufheap/include/dmabuf_alloc.h @@ -18,6 +18,7 @@ #include #include +#include #undef LOG_TAG #define LOG_TAG "dmabufheap" diff --git a/libdmabufheap/src/dmabuf_alloc.c b/libdmabufheap/src/dmabuf_alloc.c index e20a781..b283b78 100644 --- a/libdmabufheap/src/dmabuf_alloc.c +++ b/libdmabufheap/src/dmabuf_alloc.c @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include "securec.h" #include "hilog/log.h" #include "dmabuf_alloc.h" -- Gitee