!35 将#include <linux/dma-heap.h>从dmabuf_alloc.c 移到 dmabuff_alloc.h

Merge pull request !35 from Caoruihong/dma_heap
This commit is contained in:
openharmony_ci 2022-09-21 01:24:47 +00:00 committed by Gitee
commit 6ff6f5186d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#include <stdlib.h>
#include <linux/dma-buf.h>
#include <linux/dma-heap.h>
#undef LOG_TAG
#define LOG_TAG "dmabufheap"

View File

@ -20,8 +20,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/dma-buf.h>
#include <linux/dma-heap.h>
#include "securec.h"
#include "hilog/log.h"
#include "dmabuf_alloc.h"