Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a3f0fa6 authored by Hui Peng's avatar Hui Peng
Browse files

[Invisalign2] clean up smp headers with iwyu

Bug: 301661850
Test: mma packages/modules/Bluetooth
Change-Id: I5e90483898b70f73e4bd3878cee78bef18431669
parent 6153f0b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <cstdint>
#include <string>

#include "bt_target.h"
#include "main/shim/dumpsys.h"
#include "stack/include/bt_device_type.h"
#include "stack/include/bt_name.h"
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <cstdint>
#include <string>

#include "stack/include/bt_dev_class.h"
#include "stack/include/bt_name.h"
#include "stack/include/bt_octets.h"
#include "stack/include/hcidefs.h"
+1 −2
Original line number Diff line number Diff line
@@ -26,9 +26,8 @@

#include <cstdint>

#include "bt_target.h"
#include "smp_api_types.h"
#include "types/bt_transport.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"

/*****************************************************************************
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@

#include <cstdint>

#include "bt_target.h"  // Must be first to define build configuration
#include "stack/include/bt_octets.h"
#include "stack/include/btm_status.h"
#include "stack/include/smp_status.h"