From 49b56120427efbfab3e8e67aadf33899c769ff36 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 5 Dec 2012 09:22:53 -0200 Subject: Use the entire include path for btio.h --- obexd/plugins/bluetooth.c | 2 +- obexd/plugins/syncevolution.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'obexd/plugins') diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index b2d6f288f..f57a51169 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -38,7 +38,7 @@ #include "transport.h" #include "service.h" #include "log.h" -#include "btio.h" +#include #define BT_RX_MTU 32767 #define BT_TX_MTU 32767 diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c index 24b2d5e96..93cf2bf8e 100644 --- a/obexd/plugins/syncevolution.c +++ b/obexd/plugins/syncevolution.c @@ -39,7 +39,7 @@ #include "mimetype.h" #include "log.h" #include "manager.h" -#include "btio.h" +#include #include "obexd.h" #include "filesystem.h" -- cgit v1.2.3