diff --git a/interfaces/kits/js/src/mod_fs/class_file/ani/file_ani.cpp b/interfaces/kits/js/src/mod_fs/class_file/ani/file_ani.cpp index 37fe04e8811e3d8f75b982a993222204da63be22..f6353d3941544bf0258ee0bb5d2f5dbc02b2bbba 100644 --- a/interfaces/kits/js/src/mod_fs/class_file/ani/file_ani.cpp +++ b/interfaces/kits/js/src/mod_fs/class_file/ani/file_ani.cpp @@ -13,8 +13,9 @@ * limitations under the License. */ -#include "error_handler.h" #include "file_ani.h" + +#include "error_handler.h" #include "file_wrapper.h" #include "filemgmt_libhilog.h" #include "fs_file.h" diff --git a/interfaces/kits/js/src/mod_fs/class_file/ani/file_wrapper.cpp b/interfaces/kits/js/src/mod_fs/class_file/ani/file_wrapper.cpp index 2d4dedc5cfbf32f14769477159e576e76d49b087..fcbf8aab9ea4ca9007252a1e0feec0a6971502cc 100644 --- a/interfaces/kits/js/src/mod_fs/class_file/ani/file_wrapper.cpp +++ b/interfaces/kits/js/src/mod_fs/class_file/ani/file_wrapper.cpp @@ -13,9 +13,10 @@ * limitations under the License. */ +#include "file_wrapper.h" + #include "ani_signature.h" #include "error_handler.h" -#include "file_wrapper.h" #include "filemgmt_libhilog.h" #include "fs_file.h" #include "type_converter.h" diff --git a/interfaces/kits/js/src/mod_fs/class_file/fs_file.cpp b/interfaces/kits/js/src/mod_fs/class_file/fs_file.cpp index 038ed80274ef3b60c3e372f9fb121282e2373cc2..8ebe6d597cf8d2cfec702ffc45f34666be622468 100644 --- a/interfaces/kits/js/src/mod_fs/class_file/fs_file.cpp +++ b/interfaces/kits/js/src/mod_fs/class_file/fs_file.cpp @@ -13,12 +13,13 @@ * limitations under the License. */ +#include "fs_file.h" + #include #include "file_uri.h" #include "file_utils.h" #include "filemgmt_libhilog.h" -#include "fs_file.h" #include "fs_utils.h" namespace OHOS { diff --git a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp index 32283eda3baeb010577a20d3303ca461355b3337..ef7cbc80db03160aa72014c871c9af2417e66900 100644 --- a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp +++ b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp @@ -13,9 +13,10 @@ * limitations under the License. */ +#include "stat_ani.h" + #include "error_handler.h" #include "filemgmt_libhilog.h" -#include "stat_ani.h" #include "stat_core.h" #include "stat_wrapper.h" #include "type_converter.h" diff --git a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp index 449854cfcc5855c9c42c85c53a13ccd6b9111e0f..0bb2e6653465dc490b57fffdde296f32b90a8f20 100644 --- a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp +++ b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp @@ -13,6 +13,8 @@ * limitations under the License. */ +#include "stat_wrapper.h" + #include #include #include @@ -20,7 +22,6 @@ #include "ani_signature.h" #include "error_handler.h" #include "filemgmt_libhilog.h" -#include "stat_wrapper.h" #include "type_converter.h" namespace OHOS {