OSDN Git Service

core: Fix remaining references to bluetooth/uuid.h
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Thu, 10 Jan 2013 13:15:00 +0000 (09:15 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 10 Jan 2013 13:10:34 +0000 (15:10 +0200)
These headers are not public anymore, so need to use "lib/uuid.h".

src/attrib-server.c
src/main.c
src/storage.c

index 0a56942..b2360c3 100644 (file)
 #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>
index bd1e9d9..b9fd369 100644 (file)
@@ -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"
index 8b634ba..f7e4db6 100644 (file)
@@ -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"