From 264437aef09c5e07a76e1b4807c9c928f51242cc Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:59:17 -0800 Subject: [PATCH] Re-include btif/include/btif_av Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ib445933ac752adb1fedc544d80fd467e11529618 --- btif/include/btif_av.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/btif/include/btif_av.h b/btif/include/btif_av.h index 0651e7bef..0a3095ee5 100644 --- a/btif/include/btif_av.h +++ b/btif/include/btif_av.h @@ -23,8 +23,13 @@ #ifndef BTIF_AV_H #define BTIF_AV_H -#include "bta_av_api.h" -#include "btif_common.h" +#include + +#include "include/hardware/bt_av.h" +#include "types/raw_address.h" + +// #include "bta/include/bta_av_api.h" +// #include "btif/include/btif_common.h" /** * When the local device is A2DP source, get the address of the active peer. -- 2.11.0