Remove unnecessary include in BLEProtocol

This commit is contained in:
Andres Amaya Garcia 2016-01-05 17:00:14 +00:00
parent 819a0ca799
commit c56bc43058
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <stddef.h>
#include <stdint.h>
#include <algorithm>
#include <string.h>
/**
* A common namespace for types and constants used everywhere in BLE API.