!1756 effect_ndk 整改

Merge pull request !1756 from 肖邵安/master
This commit is contained in:
openharmony_ci 2024-11-18 04:43:37 +00:00 committed by Gitee
commit d1c1422f90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 6 deletions

View File

@ -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" {

View File

@ -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>