From eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 18 Jun 2007 21:08:35 +0000 Subject: Make deprecated headset methods to rely on new device methods. --- audio/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/main.c') diff --git a/audio/main.c b/audio/main.c index 3a170b1a..0ca8ce87 100644 --- a/audio/main.c +++ b/audio/main.c @@ -36,9 +36,7 @@ #include "dbus.h" #include "logging.h" -#include "unix.h" #include "manager.h" -#include "headset.h" /* Configuration settings */ static gboolean disable_hfp = TRUE; -- cgit