Remove all uses of modem.h
authorDenis Kenzior <denkenz@gmail.com>
Wed, 29 Jul 2009 21:53:19 +0000 (16:53 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 29 Jul 2009 21:53:19 +0000 (16:53 -0500)
15 files changed:
drivers/atmodem/atmodem.c
src/call-barring.c
src/call-forwarding.c
src/call-meter.c
src/call-settings.c
src/cssn.c
src/history.c
src/manager.c
src/modem.c
src/network.c
src/phonebook.c
src/sim.c
src/sms.c
src/ussd.c
src/voicecall.c

index 01cbbab..fc255b3 100644 (file)
 #include <ofono/plugin.h>
 #include <ofono/log.h>
 #include <ofono/dbus.h>
+#include <ofono/modem.h>
 
 #include "driver.h"
 
 #include "at.h"
-#include "modem.h"
 #include "session.h"
 
 #define AT_MANAGER_INTERFACE "org.ofono.at.Manager"
index 6e78db4..36deaf7 100644 (file)
@@ -35,7 +35,6 @@
 
 #include "driver.h"
 #include "common.h"
-#include "modem.h"
 #include "cssn.h"
 #include "ussd.h"
 
index 5676881..d001bca 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "ussd.h"
index 4657fe4..421fe0c 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "driver.h"
 #include "common.h"
-#include "modem.h"
 
 #define CALL_METER_INTERFACE "org.ofono.CallMeter"
 
index 8601992..18e8189 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "driver.h"
 #include "common.h"
-#include "modem.h"
 #include "ussd.h"
 
 #define CALL_SETTINGS_INTERFACE "org.ofono.CallSettings"
index e8b681a..1e5e335 100644 (file)
@@ -31,7 +31,6 @@
 #include "ofono.h"
 
 #include "driver.h"
-#include "modem.h"
 #include "common.h"
 #include "cssn.h"
 
index 4f1284b..bfc82b4 100644 (file)
@@ -30,8 +30,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
-
 static GSList *history_drivers = NULL;
 
 static struct ofono_history_context *history_context_create(
index 8a1bd04..07df0e0 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 
 static DBusMessage *manager_get_properties(DBusConnection *conn,
index 5b19b93..f06639a 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "cssn.h"
index 312f348..8135fd2 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "sim.h"
index cfdf3d8..546c80f 100644 (file)
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 
-
 #define PHONEBOOK_INTERFACE "org.ofono.Phonebook"
 #define LEN_MAX 128
 #define TYPE_INTERNATIONAL 145
index 73ed7e4..bdc0728 100644 (file)
--- a/src/sim.c
+++ b/src/sim.c
@@ -36,7 +36,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "util.h"
index 87b6dcd..3a471e3 100644 (file)
--- a/src/sms.c
+++ b/src/sms.c
@@ -31,7 +31,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "util.h"
index b0d9285..6e31cb3 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "ofono.h"
 
-#include "modem.h"
 #include "driver.h"
 #include "common.h"
 #include "ussd.h"
index f71e906..a06797d 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "driver.h"
 #include "common.h"
-#include "modem.h"
 #include "cssn.h"
 
 #define VOICECALL_MANAGER_INTERFACE "org.ofono.VoiceCallManager"