diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-01-27 16:19:46 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-01-27 16:19:46 -0600 |
commit | 971e4c73452e99b2911eaffdb429ff067c01bcc8 (patch) | |
tree | 9c88964fbcd154c7319533785530f509b21a7e86 /plugins | |
parent | abf86ae5fa8789e6f1a9934ac9ab5c3cf1bc1d4e (diff) | |
download | ofono-971e4c73452e99b2911eaffdb429ff067c01bcc8.tar.bz2 |
Fix: Remove unused includes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hfp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c index 867b1944..a4536b07 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -37,18 +37,7 @@ #include <ofono/plugin.h> #include <ofono/log.h> #include <ofono/modem.h> -#include <ofono/call-barring.h> -#include <ofono/call-forwarding.h> -#include <ofono/call-meter.h> -#include <ofono/call-settings.h> -#include <ofono/devinfo.h> -#include <ofono/message-waiting.h> #include <ofono/netreg.h> -#include <ofono/phonebook.h> -#include <ofono/sim.h> -#include <ofono/sms.h> -#include <ofono/ssn.h> -#include <ofono/ussd.h> #include <ofono/voicecall.h> #include <ofono/call-volume.h> |