summaryrefslogtreecommitdiff
path: root/emulator/vhci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:47:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:47:56 +0100
commitafdd96340a1c4d92d9ef9c87af354143fa57111d (patch)
treecef68c295fd72c2b11cdf9f95004039eebec5bca /emulator/vhci.c
parentab103f9f29de2658f7917770a5c2afd876e2a8db (diff)
downloadbluez-afdd96340a1c4d92d9ef9c87af354143fa57111d.tar.gz
emulator: Use local includes for libbluetooth headers
Diffstat (limited to 'emulator/vhci.c')
-rw-r--r--emulator/vhci.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#include <string.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
#include "src/shared/mainloop.h"
#include "monitor/bt.h"