linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 01/10] core: Fix remaining references to bluetooth/uuid.h
@ 2013-01-10 13:15 Anderson Lizardo
  2013-01-10 13:13 ` Johan Hedberg
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Anderson Lizardo @ 2013-01-10 13:15 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Anderson Lizardo

These headers are not public anymore, so need to use "lib/uuid.h".
---
 src/attrib-server.c |    2 +-
 src/main.c          |    2 +-
 src/storage.c       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/attrib-server.c b/src/attrib-server.c
index 0a56942..b2360c3 100644
--- a/src/attrib-server.c
+++ b/src/attrib-server.c
@@ -35,10 +35,10 @@
 #include <sys/file.h>
 
 #include <bluetooth/bluetooth.h>
-#include <bluetooth/uuid.h>
 #include <bluetooth/sdp.h>
 #include <bluetooth/sdp_lib.h>
 
+#include "lib/uuid.h"
 #include <gdbus/gdbus.h>
 #include "log.h"
 #include <btio/btio.h>
diff --git a/src/main.c b/src/main.c
index bd1e9d9..b9fd369 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,7 +38,6 @@
 #include <sys/stat.h>
 
 #include <bluetooth/bluetooth.h>
-#include <bluetooth/uuid.h>
 
 #include <glib.h>
 
@@ -48,6 +47,7 @@
 
 #include "log.h"
 
+#include "lib/uuid.h"
 #include "hcid.h"
 #include "sdpd.h"
 #include "adapter.h"
diff --git a/src/storage.c b/src/storage.c
index 8b634ba..f7e4db6 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -41,8 +41,8 @@
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/sdp.h>
 #include <bluetooth/sdp_lib.h>
-#include <bluetooth/uuid.h>
 
+#include "lib/uuid.h"
 #include "textfile.h"
 #include "glib-helper.h"
 #include "storage.h"
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-10 13:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 13:15 [PATCH BlueZ 01/10] core: Fix remaining references to bluetooth/uuid.h Anderson Lizardo
2013-01-10 13:13 ` Johan Hedberg
2013-01-10 13:15 ` [PATCH BlueZ 02/10] plugins: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 03/10] input: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 04/10] gatt: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 05/10] scanparam: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 06/10] alert: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 07/10] time: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 08/10] proximity: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 09/10] attrib: " Anderson Lizardo
2013-01-10 13:15 ` [PATCH BlueZ 10/10] unit: " Anderson Lizardo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).