From 7cb7cdb26c58ef26639440320aaab191a977b952 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 28 Jan 2021 10:56:12 -0800 Subject: [PATCH] Re-include bta/hh/bta_hh_int Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I506901526379aa33157dacada79c3941f846eae4 --- bta/hh/bta_hh_int.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bta/hh/bta_hh_int.h b/bta/hh/bta_hh_int.h index 50eda83a8..43f27faf3 100644 --- a/bta/hh/bta_hh_int.h +++ b/bta/hh/bta_hh_int.h @@ -25,11 +25,13 @@ #ifndef BTA_HH_INT_H #define BTA_HH_INT_H -#include "bta_hh_api.h" -#include "bta_sys.h" -#include "utl.h" +#include -#include "bta_gatt_api.h" +#include "bta/include/bta_api.h" +#include "bta/include/bta_gatt_api.h" +#include "bta/include/bta_hh_api.h" +#include "bta/sys/bta_sys.h" +#include "stack/include/bt_types.h" /* can be moved to bta_api.h */ #define BTA_HH_MAX_RPT_CHARS 8 -- 2.11.0