summaryrefslogtreecommitdiff
path: root/profiles/cups
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:58:08 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:58:08 -0800
commit318e32cddbe2d8b05f886ee3a3cd8b97e0e9c05a (patch)
tree3b3d294b136252afa01c64a17d506ef6932f236d /profiles/cups
parent3405ad4c30924a19bef598012ad2f9680fc2733f (diff)
downloadbluez-318e32cddbe2d8b05f886ee3a3cd8b97e0e9c05a.tar.gz
profiles: Use local libbluetooth includes
Diffstat (limited to 'profiles/cups')
-rw-r--r--profiles/cups/hcrp.c11
-rw-r--r--profiles/cups/main.c9
-rw-r--r--profiles/cups/sdp.c6
-rw-r--r--profiles/cups/spp.c8
4 files changed, 17 insertions, 17 deletions
diff --git a/profiles/cups/hcrp.c b/profiles/cups/hcrp.c
index a93dda07e..edaa2cdfd 100644
--- a/profiles/cups/hcrp.c
+++ b/profiles/cups/hcrp.c
@@ -31,14 +31,13 @@
#include <string.h>
#include <signal.h>
#include <sys/socket.h>
-
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/l2cap.h>
-#include <bluetooth/sdp.h>
-#include <bluetooth/sdp_lib.h>
-
#include <netinet/in.h>
+#include "lib/bluetooth.h"
+#include "lib/l2cap.h"
+#include "lib/sdp.h"
+#include "lib/sdp_lib.h"
+
#include "cups.h"
#define HCRP_PDU_CREDIT_GRANT 0x0001
diff --git a/profiles/cups/main.c b/profiles/cups/main.c
index 11ce72fab..d46f35e4b 100644
--- a/profiles/cups/main.c
+++ b/profiles/cups/main.c
@@ -34,13 +34,14 @@
#include <assert.h>
#include <signal.h>
#include <sys/socket.h>
+
#include <glib.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/sdp.h>
-#include <bluetooth/sdp_lib.h>
+#include "lib/bluetooth.h"
+#include "lib/sdp.h"
+#include "lib/sdp_lib.h"
-#include <gdbus/gdbus.h>
+#include "gdbus/gdbus.h"
#include "cups.h"
diff --git a/profiles/cups/sdp.c b/profiles/cups/sdp.c
index c7f17a4ab..de9cd4eeb 100644
--- a/profiles/cups/sdp.c
+++ b/profiles/cups/sdp.c
@@ -31,9 +31,9 @@
#include <signal.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/sdp.h>
-#include <bluetooth/sdp_lib.h>
+#include "lib/bluetooth.h"
+#include "lib/sdp.h"
+#include "lib/sdp_lib.h"
#include "cups.h"
diff --git a/profiles/cups/spp.c b/profiles/cups/spp.c
index d906ed223..2f1e270f4 100644
--- a/profiles/cups/spp.c
+++ b/profiles/cups/spp.c
@@ -31,10 +31,10 @@
#include <signal.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/rfcomm.h>
-#include <bluetooth/sdp.h>
-#include <bluetooth/sdp_lib.h>
+#include "lib/bluetooth.h"
+#include "lib/rfcomm.h"
+#include "lib/sdp.h"
+#include "lib/sdp_lib.h"
#include "cups.h"