From: Chris Manton Date: Thu, 28 Jan 2021 18:56:12 +0000 (-0800) Subject: Re-include bta/hh/bta_hh_int X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7cb7cdb26c58ef26639440320aaab191a977b952;p=android-x86%2Fsystem-bt.git Re-include bta/hh/bta_hh_int Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I506901526379aa33157dacada79c3941f846eae4 --- 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