!1763 fix: trace.h头文件修复app lint告警

Merge pull request !1763 from jiangwei/master
This commit is contained in:
openharmony_ci 2024-11-18 06:52:10 +00:00 committed by Gitee
commit 3c2aeb223f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HITRACE_H
#define HIVIEWDFX_HITRACE_H
/**
* @addtogroup Hitrace
* @{
@ -64,6 +62,10 @@
* @syscap SystemCapability.HiviewDFX.HiTrace
* @since 10
*/
#ifndef HIVIEWDFX_HITRACE_H
#define HIVIEWDFX_HITRACE_H
#include <stdint.h>
#include <stdbool.h>