OSDN Git Service

Re-include bta/hh/bta_hh_int
authorChris Manton <cmanton@google.com>
Thu, 28 Jan 2021 18:56:12 +0000 (10:56 -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: I506901526379aa33157dacada79c3941f846eae4

bta/hh/bta_hh_int.h

index 50eda83..43f27fa 100644 (file)
 #ifndef BTA_HH_INT_H
 #define BTA_HH_INT_H
 
-#include "bta_hh_api.h"
-#include "bta_sys.h"
-#include "utl.h"
+#include <cstdint>
 
-#include "bta_gatt_api.h"
+#include "bta/include/bta_api.h"
+#include "bta/include/bta_gatt_api.h"
+#include "bta/include/bta_hh_api.h"
+#include "bta/sys/bta_sys.h"
+#include "stack/include/bt_types.h"
 
 /* can be moved to bta_api.h */
 #define BTA_HH_MAX_RPT_CHARS 8