From 753bb9e262362e45aec7a0c9c65bada4b057cc88 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 10 Jan 2013 09:15:03 -0400 Subject: [PATCH] gatt: Fix remaining references to bluetooth/uuid.h These headers are not public anymore, so need to use "lib/uuid.h". --- profiles/gatt/gas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c index b5e0e525d..429850b1d 100644 --- a/profiles/gatt/gas.c +++ b/profiles/gatt/gas.c @@ -32,9 +32,9 @@ #include #include -#include #include +#include "lib/uuid.h" #include "adapter.h" #include "device.h" #include "attrib/att.h" -- 2.47.3