diff --git a/plugins/autopair.c b/plugins/autopair.c
index 43b0e00..d49786f 100644
--- a/plugins/autopair.c
+++ b/plugins/autopair.c
#include <unistd.h>
#include <errno.h>
-#include <bluetooth/bluetooth.h>
#include <glib.h>
+#include "lib/bluetooth.h"
+
#include "src/plugin.h"
#include "src/adapter.h"
#include "src/device.h"
diff --git a/plugins/neard.c b/plugins/neard.c
index 137d601..cabcf34 100644
--- a/plugins/neard.c
+++ b/plugins/neard.c
#include <stdlib.h>
#include <errno.h>
-#include <gdbus/gdbus.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/sdp.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/sdp.h"
+
+#include "gdbus/gdbus.h"
#include "src/plugin.h"
#include "src/log.h"
diff --git a/plugins/wiimote.c b/plugins/wiimote.c
index bd8820e..30ba59d 100644
--- a/plugins/wiimote.c
+++ b/plugins/wiimote.c
#include <stdbool.h>
-#include <bluetooth/bluetooth.h>
#include <glib.h>
+#include "bluetooth/bluetooth.h"
+
#include "src/plugin.h"
#include "src/adapter.h"
#include "src/device.h"