summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-19 22:13:19 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-19 22:13:19 -0500
commitf726596860dcc3244008a0588812a3f81b0651f8 (patch)
treed1342c1cd8fe439d1da42f4763437894a1628b82 /plugins
parentc4594d254365a9724a51687bc026b1205cd93f0b (diff)
downloadofono-f726596860dcc3244008a0588812a3f81b0651f8.tar.bz2
Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch]
Be more consistent with other drivers
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c
index c2973be3..9733cfca 100644
--- a/plugins/hfp.c
+++ b/plugins/hfp.c
@@ -49,7 +49,7 @@
#include <ofono/ussd.h>
#include <ofono/voicecall.h>
-#include <drivers/hfpmodem/hfp.h>
+#include <drivers/hfpmodem/hfpmodem.h>
static const char *brsf_prefix[] = { "+BRSF:", NULL };
static const char *cind_prefix[] = { "+CIND:", NULL };