summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-06-06 01:03:32 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-06-06 01:04:02 -0500
commitc93d3eb1298c05f7d161c248c8f40f42cbe19e76 (patch)
treef4907eb976b3705b64cbd27573e54774eddf576d
parent03a6bb8becc3e0c64668d41b330d9949ca7a150f (diff)
downloadofono-c93d3eb1298c05f7d161c248c8f40f42cbe19e76.tar.bz2
bluetooth: Remove usage of ofono.h
-rw-r--r--plugins/bluetooth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 457e0c0c..f9bc0b5b 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -31,9 +31,11 @@
#include <unistd.h>
#include <glib.h>
#include <gdbus.h>
-#include <ofono.h>
+#define OFONO_API_SUBJECT_TO_CHANGE
#include <ofono/dbus.h>
+#include <ofono/plugin.h>
+#include <ofono/log.h>
#include <btio.h>
#include "bluetooth.h"