OSDN Git Service

Re-include bta/include/bta_jv_api
authorChris Manton <cmanton@google.com>
Sat, 23 Jan 2021 00:55:37 +0000 (16:55 -0800)
committerChris Manton <cmanton@google.com>
Mon, 1 Feb 2021 02:08:44 +0000 (18:08 -0800)
Include what you use

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I5dd0c7f731897f95c452c6e7908fb673114fe22d

bta/include/bta_jv_api.h

index 12f4846..73105aa 100644 (file)
 #ifndef BTA_JV_API_H
 #define BTA_JV_API_H
 
-#include "bt_target.h"
-#include "bt_types.h"
-#include "bta_api.h"
-#include "btm_api.h"
-#include "l2c_api.h"
+#include <cstdint>
+#include <memory>
+
+#include "bt_target.h"  // Must be first to define build configuration
+
+#include "bta/include/bta_api.h"
+#include "stack/include/l2c_api.h"
 
 /*****************************************************************************
  *  Constants and data types