| Index: device/bluetooth/bluetooth_adapter_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.cc b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| index ff676eaa2ddb21d5ad809deb6dd17f101e5e6be4..0a29e24d94bc92d381020c16bb95e6710d7bbd13 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "device/bluetooth/bluetooth_adapter_bluez.h"
|
|
|
| +#include <set>
|
| #include <string>
|
| #include <utility>
|
|
|
| @@ -23,9 +24,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"
|
|
|