Update to use Libraries and fix include order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user