From 3ca6a60041200881087cf208b43bcfec6d8383d0 Mon Sep 17 00:00:00 2001 From: junyi233 Date: Fri, 29 Dec 2023 11:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- interfaces/innerkits/appverify_lite/unittest/src/write_file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/innerkits/appverify_lite/unittest/src/write_file.h b/interfaces/innerkits/appverify_lite/unittest/src/write_file.h index a7c0015..d77ad26 100644 --- a/interfaces/innerkits/appverify_lite/unittest/src/write_file.h +++ b/interfaces/innerkits/appverify_lite/unittest/src/write_file.h @@ -15,8 +15,8 @@ #ifndef APPSECURITY_WRITE_FILE_H #define APPSECURITY_WRITE_FILE_H -#include -#include +#include +#include void DeleteFile(const char *path); int CopyFile(const char *org, const char *dest); const char* GetWrongLiceseHap(void); -- Gitee