From 916fc6eeae24225b36f4684caed045fa1859998c Mon Sep 17 00:00:00 2001 From: William Dean Date: Sun, 19 Jun 2022 17:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E7=94=A8=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wang Jia --- .../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