summaryrefslogtreecommitdiff
path: root/tools/avinfo.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 21:49:23 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 21:49:23 -0800
commit895dd69ae2f50e3638bdd485655a9b4d5b27a986 (patch)
treed664d68bb62e1410da092092716b3f547e6888a5 /tools/avinfo.c
parentced1db8cc8d5def2e7702147afb35aa43607121a (diff)
downloadbluez-895dd69ae2f50e3638bdd485655a9b4d5b27a986.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/avinfo.c')
-rw-r--r--tools/avinfo.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/avinfo.c b/tools/avinfo.c
index d9f809b6b..3f406ca1e 100644
--- a/tools/avinfo.c
+++ b/tools/avinfo.c
@@ -39,12 +39,12 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include "profiles/audio/a2dp-codecs.h"
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/hci_lib.h"
+#include "lib/l2cap.h"
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/hci_lib.h>
-#include <bluetooth/l2cap.h>
+#include "profiles/audio/a2dp-codecs.h"
#define AVDTP_PSM 25