diff --git a/obexd/client/bluetooth.c b/obexd/client/bluetooth.c
index 75deea0..e89a92b 100644
--- a/obexd/client/bluetooth.c
+++ b/obexd/client/bluetooth.c
#include <glib.h>
#include <gdbus/gdbus.h>
-#include <btio/btio.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/rfcomm.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
+#include "btio/btio.h"
+
#include "log.h"
#include "transport.h"
#include "bluetooth.h"
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 143d0c2..cf326cc 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
#include <glib.h>
#include <gdbus/gdbus.h>
-#include <btio/btio.h>
+#include "btio/btio.h"
#include "lib/uuid.h"
#include "obexd.h"
diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c
index edc00c8..fbeac1e 100644
--- a/obexd/plugins/syncevolution.c
+++ b/obexd/plugins/syncevolution.c
#include <bluetooth/bluetooth.h>
-#include <btio/btio.h>
#include <gdbus/gdbus.h>
+
+#include "btio/btio.h"
#include "plugin.h"
#include "obex.h"
#include "service.h"
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index cec8a39..326e56f 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
#include <sys/socket.h>
#include <inttypes.h>
-#include <btio/btio.h>
#include <gobex/gobex.h>
+#include "btio/btio.h"
#include "obexd.h"
#include "obex.h"
#include "obex-priv.h"
diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index 8a7a8a3..8823063 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
#include <inttypes.h>
#include <glib.h>
-#include <btio/btio.h>
#include <gobex/gobex.h>
+#include "btio/btio.h"
#include "obexd.h"
#include "log.h"
#include "obex.h"