summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-17 17:14:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-17 17:14:01 -0500
commit21588cc5f870fc94697de8d48b0670543b76b440 (patch)
treec4608cb4c827e66759887592ffff2024ddb5e387 /src
parent60988bed9d1df902c067a61524ddef40ec5c9c6a (diff)
downloadofono-21588cc5f870fc94697de8d48b0670543b76b440.tar.bz2
Remove the use of driver.h
Diffstat (limited to 'src')
-rw-r--r--src/call-barring.c1
-rw-r--r--src/call-meter.c1
-rw-r--r--src/phonebook.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/call-barring.c b/src/call-barring.c
index b4b5f39c..01301f9f 100644
--- a/src/call-barring.c
+++ b/src/call-barring.c
@@ -34,7 +34,6 @@
#include "ofono.h"
-#include "driver.h"
#include "common.h"
#define CALL_BARRING_FLAG_CACHED 0x1
diff --git a/src/call-meter.c b/src/call-meter.c
index 8898f8dc..78c397a2 100644
--- a/src/call-meter.c
+++ b/src/call-meter.c
@@ -33,7 +33,6 @@
#include "ofono.h"
-#include "driver.h"
#include "common.h"
#define CALL_METER_FLAG_CACHED 0x1
diff --git a/src/phonebook.c b/src/phonebook.c
index c6d680e2..0dfd2819 100644
--- a/src/phonebook.c
+++ b/src/phonebook.c
@@ -35,7 +35,6 @@
#include "ofono.h"
-#include "driver.h"
#include "common.h"
#define LEN_MAX 128