summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-15 15:27:59 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-16 15:41:07 +0200
commitba6a9e9c1409630c83cea2315ffc25438f07e807 (patch)
tree27a1912e454770b5f484789211982ab4555b72f7
parent53ddd8fff3f4dea17aaa3f1727a81b5b38427f5d (diff)
downloadobexd-ba6a9e9c1409630c83cea2315ffc25438f07e807.tar.gz
bluetooth: remove unnecessary openobex includes
-rw-r--r--plugins/bluetooth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 1a57654..c73beb6 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -28,9 +28,8 @@
#include <errno.h>
#include <string.h>
-
-#include <openobex/obex.h>
-#include <openobex/obex_const.h>
+#include <unistd.h>
+#include <inttypes.h>
#include <glib.h>
#include <gdbus.h>