summaryrefslogtreecommitdiff
path: root/btio
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:29:12 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:29:12 -0800
commit2f77283513f09faafd107e9fbe7cf16e8514d12b (patch)
tree4aa7e692c84a04e037c991dbbbc76c50462f32a2 /btio
parent912e0786b8ed5334bb1dfdd951ba6b3695c7733b (diff)
downloadbluez-2f77283513f09faafd107e9fbe7cf16e8514d12b.tar.gz
btio: Use local libbluetooth includes
Diffstat (limited to 'btio')
-rw-r--r--btio/btio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/btio/btio.c b/btio/btio.c
index db731faa0..969cd3a52 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -34,13 +34,13 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/l2cap.h>
-#include <bluetooth/rfcomm.h>
-#include <bluetooth/sco.h>
-
#include <glib.h>
+#include "lib/bluetooth.h"
+#include "lib/l2cap.h"
+#include "lib/rfcomm.h"
+#include "lib/sco.h"
+
#include "btio.h"
#ifndef BT_FLUSHABLE