OSDN Git Service

Re-include bta/include/bta_ag_api
authorChris Manton <cmanton@google.com>
Fri, 29 Jan 2021 01:37:17 +0000 (17:37 -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: I7bf31f3ea8705ec3fbf3d7680d16e4cd29c8f79c

bta/include/bta_ag_api.h

index 3cafcb1..8d86345 100644 (file)
 #ifndef BTA_AG_API_H
 #define BTA_AG_API_H
 
-#include "bta_api.h"
-
+#include <cstdint>
 #include <string>
 #include <vector>
 
+#include "bta/include/bta_ag_api.h"
+#include "bta/include/bta_api.h"
+#include "types/raw_address.h"
+
 /*****************************************************************************
  *  Constants and data types
  ****************************************************************************/