OSDN Git Service

Re-include bta/include/bta_dm_co
authorChris Manton <cmanton@google.com>
Sat, 23 Jan 2021 00:37:20 +0000 (16:37 -0800)
committerChris Manton <cmanton@google.com>
Mon, 1 Feb 2021 02:08:44 +0000 (18:08 -0800)
Include what you use

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: Icb5292b10179ffa1d4c8ed3d1f1849abb8ffd76e

bta/include/bta_dm_co.h

index 4c3f5c7..49a8210 100644 (file)
 #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