summaryrefslogtreecommitdiff
path: root/mesh/main.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-19 10:21:59 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-21 10:08:22 -0200
commit7a03b61ee82e2c3253add826e20586341e210728 (patch)
tree9206ae1dca1e00978d7addfc83ec0eaefb6c9334 /mesh/main.c
parent709bcef1faf43784493ee69fbb89747656de2a14 (diff)
downloadbluez-7a03b61ee82e2c3253add826e20586341e210728.tar.gz
tools: Remove monitor/uuid.{c,h}
Use the shared/util.h helpers instead.
Diffstat (limited to 'mesh/main.c')
-rw-r--r--mesh/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesh/main.c b/mesh/main.c
index 9360481f8..14298b089 100644
--- a/mesh/main.c
+++ b/mesh/main.c
@@ -46,7 +46,6 @@
#include "src/shared/shell.h"
#include "src/shared/util.h"
#include "gdbus/gdbus.h"
-#include "monitor/uuid.h"
#include "mesh/mesh-net.h"
#include "mesh/gatt.h"
#include "mesh/crypto.h"
@@ -526,7 +525,7 @@ static void print_uuids(GDBusProxy *proxy)
dbus_message_iter_get_basic(&value, &uuid);
- text = uuidstr_to_str(uuid);
+ text = bt_uuidstr_to_str(uuid);
if (text) {
char str[26];
unsigned int n;