removing un-necessary headers from GattServer.h

This commit is contained in:
Rohit Grover 2014-11-18 08:21:23 +00:00
parent 252d056de5
commit 66c133502e

View file

@ -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"