OSDN Git Service

Re-include btif/include/btif_a2dp_source
authorChris Manton <cmanton@google.com>
Fri, 29 Jan 2021 17:31:32 +0000 (09:31 -0800)
committerChris Manton <cmanton@google.com>
Mon, 1 Feb 2021 02:08:45 +0000 (18:08 -0800)
Include what you use

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

Change-Id: I842b69db1e0655f711a9cbb429f2d290efce1c26

btif/include/btif_a2dp_source.h

index 2db8aa9..60e5e0d 100644 (file)
 #ifndef BTIF_A2DP_SOURCE_H
 #define BTIF_A2DP_SOURCE_H
 
-#include <stdbool.h>
+#include <cstdint>
 #include <future>
+#include <vector>
 
-#include "bta_av_api.h"
+#include "bta/include/bta_av_api.h"
+#include "include/hardware/bt_av.h"
+#include "types/raw_address.h"
 
 // Initialize the A2DP Source module.
 // This function should be called by the BTIF state machine prior to using the