gatt-service: remove unused includes from GATT clients

This commit is contained in:
Milanka Ringwald 2021-06-07 10:25:33 +02:00
parent e3be979d4c
commit 3402111e20
5 changed files with 0 additions and 8 deletions

View File

@ -44,7 +44,6 @@
#include "ble/gatt-service/ancs_client.h"
#include "ble/att_db.h"
#include "ble/core.h"
#include "ble/gatt_client.h"
#include "ble/sm.h"

View File

@ -50,12 +50,9 @@
#include "ble/gatt-service/battery_service_client.h"
#include "btstack_memory.h"
#include "ble/att_db.h"
#include "ble/core.h"
#include "ble/gatt_client.h"
#include "ble/sm.h"
#include "bluetooth_gatt.h"
#include "btstack_debug.h"
#include "btstack_event.h"

View File

@ -48,7 +48,6 @@
#include "ble/gatt-service/device_information_service_client.h"
#include "ble/att_db.h"
#include "ble/core.h"
#include "ble/gatt_client.h"
#include "bluetooth_gatt.h"

View File

@ -49,7 +49,6 @@
#include "ble/gatt-service/hids_client.h"
#include "btstack_memory.h"
#include "ble/att_db.h"
#include "ble/core.h"
#include "ble/gatt_client.h"
#include "bluetooth_gatt.h"

View File

@ -49,10 +49,8 @@
#include "scan_parameters_service_client.h"
#include "btstack_memory.h"
#include "ble/att_db.h"
#include "ble/core.h"
#include "ble/gatt_client.h"
#include "ble/sm.h"
#include "bluetooth_gatt.h"
#include "btstack_debug.h"
#include "btstack_event.h"