summaryrefslogtreecommitdiff
path: root/monitor/hcidump.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:52:00 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:52:00 +0100
commitd9e800cbc9fd8589be3dd8c84a150b6299fbf8e5 (patch)
treef431e131b93ea2887fbeed1a2f1208bc81f2ea67 /monitor/hcidump.c
parentafdd96340a1c4d92d9ef9c87af354143fa57111d (diff)
downloadbluez-d9e800cbc9fd8589be3dd8c84a150b6299fbf8e5.tar.gz
monitor: Use local includes for libbluetooth headers
Diffstat (limited to 'monitor/hcidump.c')
-rw-r--r--monitor/hcidump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor/hcidump.c b/monitor/hcidump.c
index 13dc20b32..e910c5eca 100644
--- a/monitor/hcidump.c
+++ b/monitor/hcidump.c
@@ -34,9 +34,9 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/hci_lib.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/hci_lib.h"
#include "src/shared/mainloop.h"