summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-16 18:09:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-16 18:09:34 +0200
commit06efcbffb05487d7efcc3b1cdd3665afb97452a0 (patch)
treed0ea6a149174ff54e83cc824e729dab67575094d /plugins
parentcccf9289e2ec11725d01ee3c826e6e920632d449 (diff)
downloadobexd-06efcbffb05487d7efcc3b1cdd3665afb97452a0.tar.gz
build: Remove glib-helper.h support
Diffstat (limited to 'plugins')
-rw-r--r--plugins/bluetooth.c1
-rw-r--r--plugins/messages-dummy.c1
-rw-r--r--plugins/pbap.c1
-rw-r--r--plugins/phonebook-dummy.c1
-rw-r--r--plugins/vcard.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 7d54997..aab50fd 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -43,7 +43,6 @@
#include "service.h"
#include "log.h"
#include "btio.h"
-#include "glib-helper.h"
#define BT_RX_MTU 32767
#define BT_TX_MTU 32767
diff --git a/plugins/messages-dummy.c b/plugins/messages-dummy.c
index afba7a7..833c31c 100644
--- a/plugins/messages-dummy.c
+++ b/plugins/messages-dummy.c
@@ -34,7 +34,6 @@
#include "log.h"
#include "messages.h"
-#include "glib-helper.h"
static char *root_folder = NULL;
diff --git a/plugins/pbap.c b/plugins/pbap.c
index eb2bc9c..c6d7cfc 100644
--- a/plugins/pbap.c
+++ b/plugins/pbap.c
@@ -49,7 +49,6 @@
#include "mimetype.h"
#include "filesystem.h"
#include "manager.h"
-#include "glib-helper.h"
#define PHONEBOOK_TYPE "x-bt/phonebook"
#define VCARDLISTING_TYPE "x-bt/vcard-listing"
diff --git a/plugins/phonebook-dummy.c b/plugins/phonebook-dummy.c
index d026c5a..035ec35 100644
--- a/plugins/phonebook-dummy.c
+++ b/plugins/phonebook-dummy.c
@@ -43,7 +43,6 @@
#include "log.h"
#include "phonebook.h"
-#include "glib-helper.h"
typedef void (*vcard_func_t) (const char *file, VObject *vo, void *user_data);
diff --git a/plugins/vcard.c b/plugins/vcard.c
index 7cc7994..31d6d0d 100644
--- a/plugins/vcard.c
+++ b/plugins/vcard.c
@@ -34,7 +34,6 @@
#include <gdbus.h>
#include "vcard.h"
-#include "glib-helper.h"
#define ADDR_FIELD_AMOUNT 7
#define LEN_MAX 128