From f6cc9a10657a4450ead87f70e7e633c4dffa00a2 Mon Sep 17 00:00:00 2001 From: William Dean Date: Sun, 19 Jun 2022 15:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E9=A1=BA=E5=BA=8F=E4=B8=8D=E5=AF=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: William Dean --- .../remote_file_share/remotefileshare_n_exporter.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/interfaces/kits/js/remote_file_share/remotefileshare_n_exporter.cpp b/interfaces/kits/js/remote_file_share/remotefileshare_n_exporter.cpp index eceeb26ed..76eef8b86 100644 --- a/interfaces/kits/js/remote_file_share/remotefileshare_n_exporter.cpp +++ b/interfaces/kits/js/remote_file_share/remotefileshare_n_exporter.cpp @@ -13,19 +13,19 @@ * limitations under the License. */ -#include -#include -#include +#include "remotefileshare_n_exporter.h" + #include #include +#include #include - +#include #include #include -#include +#include +#include #include "securec.h" -#include "remotefileshare_n_exporter.h" namespace OHOS { namespace AppFileService { -- Gitee