!988 remove unused included files

Merge pull request !988 from handy/0218
This commit is contained in:
openharmony_ci 2022-02-21 02:43:42 +00:00 committed by Gitee
commit 98182159b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@
#include "softbus_errcode.h"
#include "softbus_log.h"
#include "sys_mgr_client.h"
extern "C" int32_t IsValidPkgName(int32_t uid, const char *pkgName)

View File

@ -23,7 +23,6 @@
#include "softbus_adapter_mem.h"
#include "softbus_errcode.h"
#include "softbus_log.h"
#include "sys_mgr_client.h"
#include "system_ability_definition.h"
namespace {
@ -104,4 +103,4 @@ bool CheckBusCenterPermission(pid_t callingUid, const char *pkgName)
return true;
}
return false;
}
}