Update to use Libraries and fix include order

This commit is contained in:
2020-03-07 14:46:26 +01:00
parent 3b7491f57d
commit 157b1ceb51
32 changed files with 114 additions and 1405 deletions
+2 -3
View File
@@ -1,8 +1,8 @@
#include <stdexcept>
#include "Socket.h"
#include <unistd.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include "Socket.h"
#include <stdexcept>
namespace PresenceDetection {
@@ -27,4 +27,3 @@ int Socket::Descriptor() const
} // namespace Bluetooth
} // namespace PresenceDetection