From ab07b1d5a8093e89cf756108f90bd5503e23173c Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:58:02 -0800 Subject: [PATCH] Re-include bta/include/bta_hf_client_api Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Iac3455e5414790608ed04249a75b38a282a342df --- bta/include/bta_hf_client_api.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bta/include/bta_hf_client_api.h b/bta/include/bta_hf_client_api.h index 8c5d78232..28be67c2e 100755 --- a/bta/include/bta_hf_client_api.h +++ b/bta/include/bta_hf_client_api.h @@ -25,7 +25,10 @@ #ifndef BTA_HF_CLIENT_API_H #define BTA_HF_CLIENT_API_H -#include "bta_api.h" +#include + +#include "bta/include/bta_api.h" +#include "types/raw_address.h" /***************************************************************************** * Constants and data types -- 2.11.0