nRFGattServer:: simplify header includes

master
Rohit Grover 2014-11-18 10:13:59 +00:00
parent 1bc9fa928b
commit eee261a2e6
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
#ifndef __NRF51822_GATT_SERVER_H__
#define __NRF51822_GATT_SERVER_H__
#include "mbed.h"
#include <stddef.h>
#include "blecommon.h"
#include "ble.h" /* nordic ble */
#include "GattService.h"
#include "public/GattServer.h"
#include "GattServer.h"
class nRF51GattServer : public GattServer
{