!753 refactor: 归一软总线错误码头文件到softbus_error_code.h

Merge pull request !753 from Zhangchunxin/master
This commit is contained in:
openharmony_ci 2024-11-13 09:40:51 +00:00 committed by Gitee
commit f8ca393c18
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
#include "softbus_bus_center.h"
#include "softbus_common.h"
#include "softbus_def.h"
#include "softbus_errcode.h"
#include "softbus_error_code.h"
#include "softbus_utils.h"
#include "nativetoken_kit.h"
#include "token_setproc.h"

View File

@ -25,7 +25,7 @@
#include "socket.h"
#include "softbus_bus_center.h"
#include "softbus_common.h"
#include "softbus_errcode.h"
#include "softbus_error_code.h"
#include "nativetoken_kit.h"
#include "token_setproc.h"

View File

@ -17,7 +17,7 @@
#include "net_trans_common.h"
#include "wifi_utils.h"
#include "softbus_errcode.h"
#include "softbus_error_code.h"
#include "accesstoken_kit.h"
using namespace testing::ext;