diff options
Diffstat (limited to 'ble')
-rw-r--r-- | ble/ByteBuffer.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ble/ByteBuffer.cpp b/ble/ByteBuffer.cpp index 66f9270..ff7c928 100644 --- a/ble/ByteBuffer.cpp +++ b/ble/ByteBuffer.cpp @@ -1,8 +1,7 @@ #include "ble/ByteBuffer.h" -#include <string.h> -#include <sstream> -#include <iomanip> #include <cassert> +#include <cstring> +#include <iomanip> using namespace std; |