OSDN Git Service

Re-include bta/ar/bta_ar_int
authorChris Manton <cmanton@google.com>
Thu, 28 Jan 2021 16:48:31 +0000 (08:48 -0800)
committerChris Manton <cmanton@google.com>
Mon, 1 Feb 2021 02:08:43 +0000 (18:08 -0800)
Include what you use

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: I35ed82485ddaf42d27777f3c6abe54e563500131

bta/ar/bta_ar_int.h

index 73e6070..c2676a7 100644 (file)
 #ifndef BTA_AR_INT_H
 #define BTA_AR_INT_H
 
-#include "bta_av_api.h"
+#include <cstdint>
+
+#include "bta/include/bta_av_api.h"
+#include "stack/include/avdt_api.h"
 
 #define BTA_AR_AV_MASK 0x01
 #define BTA_AR_AVK_MASK 0x02