From 06b0a16d2635dba071ea7967f32c2aabe2b9cbcc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 19 Jul 2015 23:13:07 +0200 Subject: o Trying to clean up includes a bit. --- include/ble/Bluetooth.h | 6 ++++-- include/ble/ByteBuffer.h | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/ble/Bluetooth.h b/include/ble/Bluetooth.h index e9916e9..d238377 100644 --- a/include/ble/Bluetooth.h +++ b/include/ble/Bluetooth.h @@ -1,10 +1,12 @@ #ifndef BLUETOOTH_H #define BLUETOOTH_H -#include -#include #include #include +#include +#include +#include +#include #include "ByteBuffer.h" diff --git a/include/ble/ByteBuffer.h b/include/ble/ByteBuffer.h index 74a1bf7..d977c67 100644 --- a/include/ble/ByteBuffer.h +++ b/include/ble/ByteBuffer.h @@ -1,11 +1,12 @@ #ifndef BYTE_STREAM_WRAPPER_H #define BYTE_STREAM_WRAPPER_H +#include #include #include -#include -#include +#include #include +#include class ByteBufferException : public std::runtime_error { public: -- cgit v1.2.3