diff --git a/monitor/avctp.c b/monitor/avctp.c
index 0a1e92d..c599aa4 100644
--- a/monitor/avctp.c
+++ b/monitor/avctp.c
#include <ctype.h>
#include <inttypes.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
#include "src/shared/util.h"
#include "bt.h"
diff --git a/monitor/btsnoop.c b/monitor/btsnoop.c
index 83aaee5..a32335a 100644
--- a/monitor/btsnoop.c
+++ b/monitor/btsnoop.c
#include <sys/stat.h>
#include <arpa/inet.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
#include "btsnoop.h"
diff --git a/monitor/hcidump.c b/monitor/hcidump.c
index 13dc20b..e910c5e 100644
--- a/monitor/hcidump.c
+++ b/monitor/hcidump.c
#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"
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 8373b0c..0030a4c 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
#include <string.h>
#include <inttypes.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
#include "src/shared/util.h"
#include "bt.h"
diff --git a/monitor/packet.c b/monitor/packet.c
index ba58d84..9546f83 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
#include <time.h>
#include <sys/time.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/util.h"
#include "src/shared/btsnoop.h"
diff --git a/monitor/rfcomm.c b/monitor/rfcomm.c
index be215a1..bdf4000 100644
--- a/monitor/rfcomm.c
+++ b/monitor/rfcomm.c
#include <ctype.h>
#include <inttypes.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
#include "src/shared/util.h"
#include "bt.h"
diff --git a/monitor/sdp.c b/monitor/sdp.c
index c171b9d..417a21c 100644
--- a/monitor/sdp.c
+++ b/monitor/sdp.c
#include <string.h>
#include <inttypes.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
#include "src/shared/util.h"