| Index: device/bluetooth/bluetooth_adapter_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.cc b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| index a8257e94829beefd2913ce9386dc861ac93a3ce8..1ddb8fe285491774294363accd10ccd604d8ded7 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| @@ -5,6 +5,7 @@
|
| #include "device/bluetooth/bluetooth_adapter_bluez.h"
|
|
|
| #include <memory>
|
| +#include <set>
|
| #include <string>
|
| #include <utility>
|
|
|
| @@ -24,9 +25,6 @@
|
| #include "device/bluetooth/bluetooth_device_bluez.h"
|
| #include "device/bluetooth/bluetooth_discovery_session_outcome.h"
|
| #include "device/bluetooth/bluetooth_pairing_bluez.h"
|
| -#include "device/bluetooth/bluetooth_remote_gatt_characteristic_bluez.h"
|
| -#include "device/bluetooth/bluetooth_remote_gatt_descriptor_bluez.h"
|
| -#include "device/bluetooth/bluetooth_remote_gatt_service_bluez.h"
|
| #include "device/bluetooth/bluetooth_socket_bluez.h"
|
| #include "device/bluetooth/bluetooth_socket_thread.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
|
|