Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad05f100 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include bta/include/bta_ag_api

Include what you use

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

Change-Id: I7bf31f3ea8705ec3fbf3d7680d16e4cd29c8f79c
parent c995809b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -25,11 +25,14 @@
#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
 ****************************************************************************/