summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-07-20 14:55:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-07-21 03:49:27 -0500
commitb33d6b5fcb2267fcaf8bae06b621a349187c455e (patch)
tree1c9a54aab4885eb5b9cd5f42dc302aafcec5e214 /drivers/hfpmodem/hfpmodem.c
parent77ae92efc0829b79824ba1a9018ee004ae597f36 (diff)
downloadofono-b33d6b5fcb2267fcaf8bae06b621a349187c455e.tar.bz2
hfp_hf: Reorganize common code into hfpmodem
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.c')
-rw-r--r--drivers/hfpmodem/hfpmodem.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/hfpmodem/hfpmodem.c b/drivers/hfpmodem/hfpmodem.c
index 4471a7b2..8e8960b1 100644
--- a/drivers/hfpmodem/hfpmodem.c
+++ b/drivers/hfpmodem/hfpmodem.c
@@ -23,19 +23,12 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
-#include <glib.h>
-
#define OFONO_API_SUBJECT_TO_CHANGE
#include <ofono/plugin.h>
-#include <ofono/log.h>
#include <ofono/modem.h>
+#include <glib.h>
#include <gatchat.h>
-#include <gatresult.h>
#include "hfpmodem.h"