diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 22:13:19 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 22:13:19 -0500 |
commit | f726596860dcc3244008a0588812a3f81b0651f8 (patch) | |
tree | d1342c1cd8fe439d1da42f4763437894a1628b82 /plugins | |
parent | c4594d254365a9724a51687bc026b1205cd93f0b (diff) | |
download | ofono-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.c | 2 |
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 }; |