From 3e05e2deaff16a81f677e0b6f941108c0f3f1aee Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 10 Jan 2013 09:15:06 -0400 Subject: [PATCH] time: Fix remaining references to bluetooth/uuid.h These headers are not public anymore, so need to use "lib/uuid.h". --- profiles/time/server.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/time/server.c b/profiles/time/server.c index ab9fbb438..518a29fb7 100644 --- a/profiles/time/server.c +++ b/profiles/time/server.c @@ -31,13 +31,12 @@ #include #include -#include - #include #include #include #include +#include "lib/uuid.h" #include "attrib/gattrib.h" #include "attrib/att.h" #include "attrib/gatt.h" -- 2.47.3