summaryrefslogtreecommitdiff
path: root/tools/cltest.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/cltest.c
parentced1db8cc8d5def2e7702147afb35aa43607121a (diff)
downloadbluez-895dd69ae2f50e3638bdd485655a9b4d5b27a986.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/cltest.c')
-rw-r--r--tools/cltest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cltest.c b/tools/cltest.c
index 6a1927646..95fa7b637 100644
--- a/tools/cltest.c
+++ b/tools/cltest.c
@@ -36,10 +36,10 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/hci_lib.h>
-#include <bluetooth/l2cap.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/hci_lib.h"
+#include "lib/l2cap.h"
#include "src/shared/mainloop.h"