From ecabd10156c923446e3fa97bad253540034a921d Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Fri, 22 Jan 2021 16:37:20 -0800 Subject: [PATCH] Re-include bta/include/bta_dm_co Include what you use Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Icb5292b10179ffa1d4c8ed3d1f1849abb8ffd76e --- bta/include/bta_dm_co.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bta/include/bta_dm_co.h b/bta/include/bta_dm_co.h index 4c3f5c7c7..49a821076 100644 --- a/bta/include/bta_dm_co.h +++ b/bta/include/bta_dm_co.h @@ -24,8 +24,10 @@ #ifndef BTA_DM_CO_H #define BTA_DM_CO_H -#include "bta_sys.h" -#include "btm_api.h" +#include "bta/include/bta_api.h" +#include "stack/include/bt_types.h" +#include "stack/include/btm_api_types.h" +#include "types/raw_address.h" #ifndef BTA_SCO_OUT_PKT_SIZE #define BTA_SCO_OUT_PKT_SIZE BTM_SCO_DATA_SIZE_MAX -- 2.11.0