summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2013-01-10 09:15:06 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-10 15:11:27 +0200
commit3e05e2deaff16a81f677e0b6f941108c0f3f1aee (patch)
tree503574b6809e9ea3b92a7ffc00c17dd34df3db92
parent1f40f4d9ec22bf1b3c74e7d26eb715b0048696d2 (diff)
downloadbluez-3e05e2deaff16a81f677e0b6f941108c0f3f1aee.tar.gz
time: Fix remaining references to bluetooth/uuid.h
These headers are not public anymore, so need to use "lib/uuid.h".
-rw-r--r--profiles/time/server.c3
1 files changed, 1 insertions, 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 <errno.h>
#include <stdbool.h>
-#include <bluetooth/uuid.h>
-
#include <adapter.h>
#include <device.h>
#include <profile.h>
#include <plugin.h>
+#include "lib/uuid.h"
#include "attrib/gattrib.h"
#include "attrib/att.h"
#include "attrib/gatt.h"