diff --git a/test/unittest/datatransmitmgr/DevSLMgrTest.cpp b/test/unittest/datatransmitmgr/DevSLMgrTest.cpp index 1af29569e84bcab3e0e73e46fd883dc5e3241b00..f820f8deb8172db2d0a0f5ff87a657b8ee898380 100644 --- a/test/unittest/datatransmitmgr/DevSLMgrTest.cpp +++ b/test/unittest/datatransmitmgr/DevSLMgrTest.cpp @@ -13,19 +13,22 @@ * limitations under the License. */ +#include "DevSLMgrTest.h" + +#include #include #include #include -#include + +#include "accesstoken_kit.h" #include "file_ex.h" +#include "nativetoken_kit.h" #include "securec.h" #include "softbus_bus_center.h" -#include "dev_slinfo_adpt.h" -#include "DevSLMgrTest.h" -#include "DevslinfoListTest.h" -#include "nativetoken_kit.h" #include "token_setproc.h" -#include "accesstoken_kit.h" + +#include "DevslinfoListTest.h" +#include "dev_slinfo_adpt.h" static const int32_t DEV_SEC_LEVEL_ERR = 100; static const int32_t LIST_LENGTH = 128;