From 941001959e197a5b17ae02b35c0bf743b9ef1813 Mon Sep 17 00:00:00 2001 From: zhiweijian Date: Wed, 26 Jul 2017 19:50:17 +0800 Subject: [PATCH] Component/bt: delete the useless .h files --- examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c b/examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c index 59fc2a5d1..2ad02990b 100644 --- a/examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c +++ b/examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c @@ -32,11 +32,6 @@ #include "nvs_flash.h" #include "bt.h" -#include "bt_trace.h" -#include "bt_types.h" -#include "btm_api.h" -#include "bta_api.h" -#include "bta_gatt_api.h" #include "esp_gap_ble_api.h" #include "esp_gattc_api.h" #include "esp_gatt_defs.h"