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

Commit db313722 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include stack/acl/btm_pm

Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Ib2d5d5d1f5db8e0047a04749fd1ed0660db4ab35
parent 0c7ac87c
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -30,21 +30,14 @@

#define LOG_TAG "bt_btm_pm"

#include <stddef.h>
#include <string.h>

#include "bt_common.h"
#include "bt_types.h"
#include "btm_api.h"
#include "btm_int.h"
#include "btm_int_types.h"
#include <cstdint>

#include "bt_target.h"
#include "device/include/controller.h"
#include "device/include/interop.h"
#include "hcidefs.h"
#include "hcimsgs.h"
#include "main/shim/dumpsys.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_int_types.h"
#include "stack/include/acl_api.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/btm_status.h"