summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:51:31 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:51:31 -0800
commit82113a16f3d2da5021c35af72bfbb67b2684f6bc (patch)
tree392ec43ad0cc2dac5b7166586f70a2b1c1cd82fd /obexd/plugins
parent91de2012ac9768b5489f301e7b2a453dfe4cbca2 (diff)
downloadbluez-82113a16f3d2da5021c35af72bfbb67b2684f6bc.tar.gz
obexd: Use local libbluetooth includes
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/phonebook-ebook.c5
-rw-r--r--obexd/plugins/syncevolution.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index 2e4957671..c339240f1 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
@@ -28,11 +28,12 @@
#include <string.h>
#include <errno.h>
-#include <glib.h>
-#include <bluetooth/bluetooth.h>
+#include <glib.h>
#include <libebook/e-book.h>
+#include "lib/bluetooth.h"
+
#include "log.h"
#include "obex.h"
#include "service.h"
diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c
index fbeac1e62..f1da94558 100644
--- a/obexd/plugins/syncevolution.c
+++ b/obexd/plugins/syncevolution.c
@@ -34,9 +34,9 @@
#include <glib.h>
#include <dbus/dbus.h>
-#include <bluetooth/bluetooth.h>
+#include "lib/bluetooth.h"
-#include <gdbus/gdbus.h>
+#include "gdbus/gdbus.h"
#include "btio/btio.h"
#include "plugin.h"