From afdd96340a1c4d92d9ef9c87af354143fa57111d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 12 Feb 2015 21:47:56 +0100 Subject: [PATCH] emulator: Use local includes for libbluetooth headers --- emulator/amp.c | 4 ++-- emulator/b1ee.c | 4 ++-- emulator/bthost.c | 2 +- emulator/hciemu.c | 4 ++-- emulator/le.c | 4 ++-- emulator/serial.c | 4 ++-- emulator/server.c | 4 ++-- emulator/smp.c | 4 ++-- emulator/vhci.c | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/emulator/amp.c b/emulator/amp.c index 8e10c9912..c5c6b813d 100644 --- a/emulator/amp.c +++ b/emulator/amp.c @@ -33,8 +33,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/util.h" #include "src/shared/mainloop.h" diff --git a/emulator/b1ee.c b/emulator/b1ee.c index 1cb47d655..1fe46840f 100644 --- a/emulator/b1ee.c +++ b/emulator/b1ee.c @@ -36,8 +36,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/mainloop.h" diff --git a/emulator/bthost.c b/emulator/bthost.c index 5e83e145a..86f1e56f3 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -33,7 +33,7 @@ #include #include -#include "bluetooth/bluetooth.h" +#include "lib/bluetooth.h" #include "src/shared/util.h" #include "monitor/bt.h" diff --git a/emulator/hciemu.c b/emulator/hciemu.c index c5bfa77dc..fe2f66286 100644 --- a/emulator/hciemu.c +++ b/emulator/hciemu.c @@ -36,8 +36,8 @@ #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "monitor/bt.h" #include "emulator/btdev.h" diff --git a/emulator/le.c b/emulator/le.c index 2a8fe46ab..755c6ae18 100644 --- a/emulator/le.c +++ b/emulator/le.c @@ -33,8 +33,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/util.h" #include "src/shared/crypto.h" diff --git a/emulator/serial.c b/emulator/serial.c index 844d85c19..f404b15cb 100644 --- a/emulator/serial.c +++ b/emulator/serial.c @@ -37,8 +37,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/mainloop.h" #include "btdev.h" diff --git a/emulator/server.c b/emulator/server.c index bdd481ca5..76998d9f6 100644 --- a/emulator/server.c +++ b/emulator/server.c @@ -39,8 +39,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/mainloop.h" #include "btdev.h" diff --git a/emulator/smp.c b/emulator/smp.c index c893aba7e..b6c5c7971 100644 --- a/emulator/smp.c +++ b/emulator/smp.c @@ -35,8 +35,8 @@ #include #include -#include "bluetooth/bluetooth.h" -#include "bluetooth/hci.h" +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/util.h" #include "src/shared/crypto.h" diff --git a/emulator/vhci.c b/emulator/vhci.c index b32b1e637..0001a4b68 100644 --- a/emulator/vhci.c +++ b/emulator/vhci.c @@ -33,8 +33,8 @@ #include #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "src/shared/mainloop.h" #include "monitor/bt.h" -- 2.47.3