From 7699549b2680381c05c148a2d6b74723f3ddb31a Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 10 Jan 2013 09:15:09 -0400 Subject: [PATCH] unit: Fix remaining references to bluetooth/uuid.h These headers are not public anymore, so need to use "lib/uuid.h". --- unit/test-uuid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit/test-uuid.c b/unit/test-uuid.c index cbccc8278..79ab3e666 100644 --- a/unit/test-uuid.c +++ b/unit/test-uuid.c @@ -28,7 +28,8 @@ #include #include -#include + +#include "lib/uuid.h" struct uuid_test_data { const char *str; -- 2.47.3