From 66c133502e45d0012d9389fcb655878c25d4b592 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 18 Nov 2014 08:21:23 +0000 Subject: [PATCH] removing un-necessary headers from GattServer.h --- public/GattServer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/GattServer.h b/public/GattServer.h index 000e6c0..5a22f6c 100644 --- a/public/GattServer.h +++ b/public/GattServer.h @@ -17,8 +17,6 @@ #ifndef __GATT_SERVER_H__ #define __GATT_SERVER_H__ -#include "mbed.h" -#include "blecommon.h" #include "GattService.h" #include "GattServerEvents.h" #include "GattCharacteristicWriteCBParams.h"