diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-20 23:35:31 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-20 23:35:31 +0100 |
commit | 9c095ce3c2165ae9fb976b007ba5c14602d06a0b (patch) | |
tree | eff8f921df89d24a46e63c137dbdf5c5888644a6 /ble/LinuxBluetooth.cpp | |
parent | e44813dddbf5ba063d29ae1e40862e7a7cbb6f43 (diff) | |
download | ble-toys-9c095ce3c2165ae9fb976b007ba5c14602d06a0b.tar.gz ble-toys-9c095ce3c2165ae9fb976b007ba5c14602d06a0b.tar.bz2 ble-toys-9c095ce3c2165ae9fb976b007ba5c14602d06a0b.tar.xz ble-toys-9c095ce3c2165ae9fb976b007ba5c14602d06a0b.zip |
wip
Diffstat (limited to 'ble/LinuxBluetooth.cpp')
-rw-r--r-- | ble/LinuxBluetooth.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ble/LinuxBluetooth.cpp b/ble/LinuxBluetooth.cpp index 4b7f0e0..b687807 100644 --- a/ble/LinuxBluetooth.cpp +++ b/ble/LinuxBluetooth.cpp @@ -19,8 +19,6 @@ namespace trygvis { namespace bluetooth { namespace linux { -typedef boost::uuids::uuid uuid_t; - using namespace uuids; class LinuxBluetoothDevice; |