OSDN Git Service

Re-include bta/include/bta_dm_api
authorChris Manton <cmanton@google.com>
Thu, 28 Jan 2021 18:56:54 +0000 (10:56 -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: compile & verify basic functions working

Change-Id: Ice02ef6590a5b291654fd7aedc1a41af7c4a45a6

bta/include/bta_dm_api.h

index 8fdff76..1ad4fd6 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef BTA_DM_API_H
 #define BTA_DM_API_H
 
-#include "stack/include/bt_types.h"
+#include "types/raw_address.h"
 
 // Brings connection to active mode
 void bta_dm_pm_active(const RawAddress& peer_addr);