remove some un-necessary header files from BLEDevice.h

master
Rohit Grover 2014-11-21 13:21:28 +00:00
parent e8e3a7aa2b
commit fa14fe1c46
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
#ifndef __BLE_DEVICE__
#define __BLE_DEVICE__
#include "mbed.h"
#include "blecommon.h"
#include "Gap.h"
#include "GattServer.h"
#include "BLEDeviceInstanceBase.h"