From 21653c4bfc110df8f73ac7d7c66de429c4c682d2 Mon Sep 17 00:00:00 2001 From: gaohongliang410 Date: Sat, 18 Nov 2023 09:56:57 +0000 Subject: [PATCH] modify tdd test include Signed-off-by: gaohongliang410 --- test/unittest/datatransmitmgr/DevSLMgrTest.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/test/unittest/datatransmitmgr/DevSLMgrTest.cpp b/test/unittest/datatransmitmgr/DevSLMgrTest.cpp index 1af2956..f820f8d 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; -- Gitee