mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-24 09:20:04 +00:00
fix:Redundant header file modification
Signed-off-by: 姚望 <yaopwang@huawei.com>
This commit is contained in:
parent
c36946f460
commit
49820f06c0
@ -17,16 +17,12 @@
|
||||
|
||||
#include "auth_interface.h"
|
||||
#include "bus_center_manager.h"
|
||||
#include "comm_log.h"
|
||||
#include "disc_event_manager.h"
|
||||
#include "instant_statistics.h"
|
||||
#include "lnn_bus_center_ipc.h"
|
||||
#include "message_handler.h"
|
||||
#include "softbus_adapter_bt_common.h"
|
||||
#include "softbus_conn_ble_direct.h"
|
||||
#include "softbus_conn_interface.h"
|
||||
#include "softbus_disc_server.h"
|
||||
#include "softbus_errcode.h"
|
||||
#include "softbus_feature_config.h"
|
||||
#include "softbus_hidumper_interface.h"
|
||||
#include "softbus_hisysevt_common.h"
|
||||
|
@ -13,11 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "comm_log.h"
|
||||
#include "permission_status_change_cb.h"
|
||||
#include "trans_client_proxy.h"
|
||||
#include "softbus_errcode.h"
|
||||
#include "message_parcel.h"
|
||||
|
||||
namespace OHOS {
|
||||
void PermissionStatusChangeCb::PermStateChangeCallback(PermStateChangeInfo& result)
|
||||
|
@ -13,13 +13,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "comm_log.h"
|
||||
#include "softbus_client_info_manager.h"
|
||||
#include "permission_status_change_cb.h"
|
||||
#include "softbus_def.h"
|
||||
#include "softbus_errcode.h"
|
||||
#include "softbus_server.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
@ -16,18 +16,13 @@
|
||||
#include "softbus_server.h"
|
||||
|
||||
#include "bus_center_ex_obj.h"
|
||||
#include "comm_log.h"
|
||||
#include "ipc_skeleton.h"
|
||||
#include "ipc_types.h"
|
||||
#include "lnn_bus_center_ipc.h"
|
||||
#include "securec.h"
|
||||
#include "string_ex.h"
|
||||
#include "softbus_client_info_manager.h"
|
||||
#include "softbus_conn_interface.h"
|
||||
#include "softbus_disc_server.h"
|
||||
#include "softbus_errcode.h"
|
||||
#include "softbus_hidumper_interface.h"
|
||||
#include "softbus_qos.h"
|
||||
#include "softbus_server_death_recipient.h"
|
||||
#include "softbus_server_frame.h"
|
||||
#include "softbus_utils.h"
|
||||
|
@ -16,23 +16,15 @@
|
||||
#include "softbus_server_stub.h"
|
||||
|
||||
#include "access_control.h"
|
||||
#include "access_token.h"
|
||||
#include "accesstoken_kit.h"
|
||||
#include "anonymizer.h"
|
||||
#include "comm_log.h"
|
||||
#include "discovery_service.h"
|
||||
#include "ipc_skeleton.h"
|
||||
#include "ipc_types.h"
|
||||
#include "privacy_kit.h"
|
||||
#include "regex.h"
|
||||
#include "securec.h"
|
||||
#include "softbus_adapter_mem.h"
|
||||
#include "softbus_bus_center.h"
|
||||
#include "softbus_conn_interface.h"
|
||||
#include "softbus_errcode.h"
|
||||
#include "softbus_hisysevt_transreporter.h"
|
||||
#include "softbus_permission.h"
|
||||
#include "softbus_server.h"
|
||||
#include "softbus_server_frame.h"
|
||||
#include "softbus_server_ipc_interface_code.h"
|
||||
#include "trans_channel_manager.h"
|
||||
@ -40,7 +32,6 @@
|
||||
#include "trans_session_manager.h"
|
||||
|
||||
#ifdef SUPPORT_BUNDLENAME
|
||||
#include "bundle_mgr_interface.h"
|
||||
#include "bundle_mgr_proxy.h"
|
||||
#include "iservice_registry.h"
|
||||
#include "system_ability_definition.h"
|
||||
|
Loading…
Reference in New Issue
Block a user