diff --git a/src/adapter.c b/src/adapter.c
index e1dbb0b..944a69a 100644
--- a/src/adapter.c
+++ b/src/adapter.c
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
-#include <bluetooth/uuid.h>
-#include <bluetooth/mgmt.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include "log.h"
#include "textfile.h"
+#include "lib/uuid.h"
+#include "lib/mgmt.h"
#include "src/shared/mgmt.h"
#include "hcid.h"
diff --git a/src/device.c b/src/device.c
index 1ee747e..71fe60e 100644
--- a/src/device.c
+++ b/src/device.c
#include <dirent.h>
#include <bluetooth/bluetooth.h>
-#include <bluetooth/uuid.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <bluetooth/mgmt.h>
#include <glib.h>
#include <dbus/dbus.h>
#include "log.h"
+#include "lib/uuid.h"
+#include "lib/mgmt.h"
#include "attrib/att.h"
#include "hcid.h"
#include "adapter.h"
diff --git a/src/profile.c b/src/profile.c
index 59219ee..b0c8500 100644
--- a/src/profile.c
+++ b/src/profile.c
#include <gdbus/gdbus.h>
#include <bluetooth/bluetooth.h>
-#include <bluetooth/uuid.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include <btio/btio.h>
+#include "btio/btio.h"
+#include "lib/uuid.h"
#include "sdpd.h"
#include "log.h"
#include "error.h"