mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
commit
d1c1422f90
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef C_INCLUDE_EFFECT_FILTER_H
|
||||
#define C_INCLUDE_EFFECT_FILTER_H
|
||||
|
||||
/**
|
||||
* @addtogroup image
|
||||
* @{
|
||||
@ -37,6 +34,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef C_INCLUDE_EFFECT_FILTER_H
|
||||
#define C_INCLUDE_EFFECT_FILTER_H
|
||||
|
||||
#include "effect_types.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef C_INCLUDE_EFFECT_TYPES_H
|
||||
#define C_INCLUDE_EFFECT_TYPES_H
|
||||
|
||||
/**
|
||||
* @addtogroup image
|
||||
* @{
|
||||
@ -37,6 +34,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef C_INCLUDE_EFFECT_TYPES_H
|
||||
#define C_INCLUDE_EFFECT_TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user