summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <gustavo@padovan.org>2010-06-08 04:44:00 -0300
committerDenis Kenzior <denkenz@gmail.com>2010-06-10 16:17:21 -0500
commit160161e6bc383c237da5f6be564bef3bc57a6072 (patch)
tree4493d568e8e0226d9d905a53b807f2739d2a9043 /drivers/hfpmodem/hfpmodem.h
parent236f3acc0fe992909962254ac572fc8f8f9c9c61 (diff)
downloadofono-160161e6bc383c237da5f6be564bef3bc57a6072.tar.bz2
Remove hfpmodem's header guard
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.h')
-rw-r--r--drivers/hfpmodem/hfpmodem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmodem/hfpmodem.h
index c95ea3fd..bf5d5633 100644
--- a/drivers/hfpmodem/hfpmodem.h
+++ b/drivers/hfpmodem/hfpmodem.h
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-#ifndef __BLUETOOTH_H__
-#define __BLUETOOTH_H__
#include <drivers/atmodem/atutil.h>
#include <ofono/dbus.h>
@@ -82,5 +80,3 @@ extern void hfp_call_volume_exit();
extern void hfp_voicecall_init();
extern void hfp_voicecall_exit();
-
-#endif