Diff between b2b81a8bdb99606c53c2dc4554f6827e7324d1ad and 2e51d193220ba14294ce576fa3d98f45a5ea25a0

Changed Files

File Additions Deletions Status
obexd/plugins/phonebook-ebook.c +0 -3 modified
obexd/plugins/phonebook-tracker.c +0 -2 modified

Full Patch

diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index 706254f..c2e8649 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
@@ -31,9 +31,6 @@
 #include <glib.h>
 #include <bluetooth/bluetooth.h>
 
-#include <openobex/obex.h>
-#include <openobex/obex_const.h>
-
 #include <libebook/e-book.h>
 
 #include "log.h"
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 45ffaf0..61c7af9 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -27,8 +27,6 @@
 #include <errno.h>
 #include <glib.h>
 #include <dbus/dbus.h>
-#include <openobex/obex.h>
-#include <openobex/obex_const.h>
 #include <libtracker-sparql/tracker-sparql.h>
 
 #include "log.h"