!1690 告警清理

Merge pull request !1690 from 杨旭光/refactor/api-lint
This commit is contained in:
openharmony_ci 2024-11-12 02:54:24 +00:00 committed by Gitee
commit 75fbcab1a0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,11 +13,6 @@
* limitations under the License.
*/
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#include "IPCKit/ipc_cparcel.h"
/**
* @addtogroup ChildProcess
* @{
@ -40,6 +35,11 @@
* @since 12
*/
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#include "IPCKit/ipc_cparcel.h"
#ifdef __cplusplus
extern "C" {
#endif