summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:19:28 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:19:28 -0800
commita150d9e7c463681939b9a5620b43d4d2af8552de (patch)
tree31e59f4b6bf5a4e4f11618018aba00856b522adb /obexd/plugins
parent9a7c79915a758f26f6f11fcd6f43c9b2fe29bcd0 (diff)
downloadbluez-a150d9e7c463681939b9a5620b43d4d2af8552de.tar.gz
obexd: Fix includes for gdbus.h header
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/bluetooth.c5
-rw-r--r--obexd/plugins/pcsuite.c3
-rw-r--r--obexd/plugins/vcard.c3
3 files changed, 7 insertions, 4 deletions
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 8ca0c8159..c3f23573f 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -34,12 +34,13 @@
#include <sys/socket.h>
#include <glib.h>
-#include <gdbus/gdbus.h>
#include "lib/bluetooth.h"
#include "lib/uuid.h"
-#include "btio/btio.h"
+#include "gdbus/gdbus.h"
+
+#include "btio/btio.h"
#include "obexd.h"
#include "plugin.h"
#include "server.h"
diff --git a/obexd/plugins/pcsuite.c b/obexd/plugins/pcsuite.c
index 6460aa9ec..8ca2dcbfa 100644
--- a/obexd/plugins/pcsuite.c
+++ b/obexd/plugins/pcsuite.c
@@ -39,7 +39,8 @@
#include <inttypes.h>
#include <glib.h>
-#include <gdbus/gdbus.h>
+
+#include "gdbus/gdbus.h"
#include "obexd.h"
#include "plugin.h"
diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index aaa126bff..37f7c8511 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -31,7 +31,8 @@
#include <errno.h>
#include <glib.h>
-#include <gdbus/gdbus.h>
+
+#include "gdbus/gdbus.h"
#include "vcard.h"