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

Commit 7d994a5b authored by Chris Manton's avatar Chris Manton
Browse files

bt_target:[2/37] IWYU bta::pan

Bug: 315176531
Test: m .
Flag: EXEMPT, IWYU
Change-Id: Id64d6dee6e2e807edf9132224d4cd52827cfee1d
parent 73f2828a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -26,12 +26,9 @@

#include <cstdint>

// PAN_INCLUDED
#include "bt_target.h"  // Must be first to define build configuration
#if (PAN_INCLUDED == TRUE)

#include "bta/include/bta_pan_co.h"
#include "bta/pan/bta_pan_int.h"
#include "internal_include/bt_target.h"  // PAN_INCLUDED
#include "osi/include/allocator.h"
#include "osi/include/fixed_queue.h"
#include "osi/include/osi.h"  // UNUSED_ATTR
@@ -40,6 +37,7 @@
#include "stack/include/pan_api.h"
#include "types/raw_address.h"

#if (PAN_INCLUDED == TRUE)
void bta_pan_sm_execute(tBTA_PAN_SCB* p_scb, uint16_t event,
                        tBTA_PAN_DATA* p_data);

+1 −1
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
 *
 ******************************************************************************/

#include "bt_target.h"  // Must be first to define build configuration
#include "bta/pan/bta_pan_int.h"
#include "internal_include/bt_target.h"
#include "osi/include/allocator.h"
#include "stack/include/bt_hdr.h"
#include "types/raw_address.h"