aboutsummaryrefslogtreecommitdiff
path: root/ble/ByteBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ble/ByteBuffer.cpp')
-rw-r--r--ble/ByteBuffer.cpp5
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;