From 6be2f08c9c6372943c019556d22eb726c67cd2ef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 4 Apr 2015 13:50:35 -0700 Subject: [PATCH] tools: Include headers with lib/ prefix instead of bluetooth/ prefix --- tools/bneptest.c | 8 ++++---- tools/rfcomm-tester.c | 2 +- 2 files changed, 5 insertions(+), 5 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 #include -#include -#include -#include - #include +#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" diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c index 55b6ac638..b20d70d58 100644 --- a/tools/rfcomm-tester.c +++ b/tools/rfcomm-tester.c @@ -34,8 +34,8 @@ #include #include "lib/bluetooth.h" +#include "lib/rfcomm.h" #include "lib/mgmt.h" -#include "bluetooth/rfcomm.h" #include "monitor/bt.h" #include "emulator/bthost.h" -- 2.47.3