summaryrefslogtreecommitdiff
path: root/tools/bneptest.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-04 13:50:35 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-04-04 13:50:35 -0700
commit6be2f08c9c6372943c019556d22eb726c67cd2ef (patch)
treead2577c118e234782a411218330d5fc6ccf82a11 /tools/bneptest.c
parentb29bcb6e1bd9942147dcfa809a4f5323edf85409 (diff)
downloadbluez-6be2f08c9c6372943c019556d22eb726c67cd2ef.tar.gz
tools: Include headers with lib/ prefix instead of bluetooth/ prefix
Diffstat (limited to 'tools/bneptest.c')
-rw-r--r--tools/bneptest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bneptest.c b/tools/bneptest.c
index 7f004d019..98ee9b12b 100644
--- a/tools/bneptest.c
+++ b/tools/bneptest.c
@@ -38,12 +38,12 @@
#include <netinet/in.h>
#include <linux/if_bridge.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/hci_lib.h>
-
#include <glib.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/hci_lib.h"
+
#include "src/log.h"
#include "src/shared/util.h"
#include "btio/btio.h"