diff options
Diffstat (limited to 'include/ble/Bluetooth.h')
-rw-r--r-- | include/ble/Bluetooth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ble/Bluetooth.h b/include/ble/Bluetooth.h index 5f7cd17..28e2794 100644 --- a/include/ble/Bluetooth.h +++ b/include/ble/Bluetooth.h @@ -1,7 +1,6 @@ #ifndef BLUETOOTH_H #define BLUETOOTH_H -#include <optional> #include <iosfwd> #include <iostream> #include <stdexcept> @@ -23,9 +22,6 @@ using std::vector; using std::map; using std::runtime_error; -template<typename T> -using o = std::optional<T>; - class BluetoothAdapter; class BluetoothDevice; class BluetoothGatt; |