From dbb2b838c7a70e24cc1c8bbf8ea98c1edf271dd1 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 10 Jan 2013 09:15:01 -0400 Subject: [PATCH] plugins: Fix remaining references to bluetooth/uuid.h These headers are not public anymore, so need to use "lib/uuid.h". --- plugins/gatt-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gatt-example.c b/plugins/gatt-example.c index de090e945..bd0fbffa9 100644 --- a/plugins/gatt-example.c +++ b/plugins/gatt-example.c @@ -27,10 +27,10 @@ #endif #include -#include #include #include +#include "lib/uuid.h" #include "plugin.h" #include "hcid.h" #include "log.h" -- 2.47.3