From 2f77283513f09faafd107e9fbe7cf16e8514d12b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Feb 2015 22:29:12 -0800 Subject: [PATCH] btio: Use local libbluetooth includes --- btio/btio.c | 10 +++++----- 1 file 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 #include -#include -#include -#include -#include - #include +#include "lib/bluetooth.h" +#include "lib/l2cap.h" +#include "lib/rfcomm.h" +#include "lib/sco.h" + #include "btio.h" #ifndef BT_FLUSHABLE -- 2.47.3