summaryrefslogtreecommitdiff
path: root/tools/btgatt-client.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/btgatt-client.c
parentced1db8cc8d5def2e7702147afb35aa43607121a (diff)
downloadbluez-895dd69ae2f50e3638bdd485655a9b4d5b27a986.tar.gz
tools: Use local libbluetooth includes
Diffstat (limited to 'tools/btgatt-client.c')
-rw-r--r--tools/btgatt-client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/btgatt-client.c b/tools/btgatt-client.c
index 95e9b699b..c90f26571 100644
--- a/tools/btgatt-client.c
+++ b/tools/btgatt-client.c
@@ -33,10 +33,10 @@
#include <limits.h>
#include <errno.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 "lib/uuid.h"
#include "src/shared/mainloop.h"