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

Commit 12ae8cae authored by Chris Manton's avatar Chris Manton
Browse files

Re-include bta/hd/bta_hd_int

Include what you use

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

Change-Id: I9c7b5a2a8dbd9039f272a5a87c8412c0e972b8f3
parent 7c6078f5
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -26,9 +26,13 @@
#ifndef BTA_HD_INT_H
#define BTA_HD_INT_H

#include "bta_hd_api.h"
#include "bta_sys.h"
#include "hiddefs.h"
#include <cstdint>

#include "bta/include/bta_hd_api.h"
#include "bta/sys/bta_sys.h"
#include "stack/include/bt_types.h"
#include "stack/include/hiddefs.h"
#include "types/raw_address.h"

enum {
  BTA_HD_API_REGISTER_APP_EVT = BTA_SYS_EVT_START(BTA_ID_HD),