summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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