OSDN Git Service

Re-include bta/include/bta_gatt_api
authorChris Manton <cmanton@google.com>
Thu, 28 Jan 2021 18:57:12 +0000 (10:57 -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: compile & verify basic functions working

Change-Id: I21c81d09cba682b180bb7e7a0db02882aff9af16

bta/include/bta_gatt_api.h

index 89418ca..503026a 100644 (file)
 #ifndef BTA_GATT_API_H
 #define BTA_GATT_API_H
 
-#include "bta/gatt/database.h"
-#include "bta_api.h"
-#include "gatt_api.h"
-
 #include <base/callback_forward.h>
+#include <list>
 #include <string>
 #include <vector>
 
+#include "bta/gatt/database.h"
+#include "stack/include/gatt_api.h"
+#include "types/raw_address.h"
+
 #ifndef BTA_GATT_DEBUG
 #define BTA_GATT_DEBUG false
 #endif