From 138481c9f4305de2dce5234951938dfdbe53218f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 2 Jul 2013 16:47:34 +0300 Subject: [PATCH] audio/main: Remove dependency on struct audio_device This is part of the work necessary to completely remove struct audio_device --- profiles/audio/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/audio/main.c b/profiles/audio/main.c index adc9e4531..996d2af42 100644 --- a/profiles/audio/main.c +++ b/profiles/audio/main.c @@ -41,7 +41,6 @@ #include "glib-helper.h" #include "plugin.h" #include "log.h" -#include "device.h" #include "manager.h" static GKeyFile *load_config_file(const char *file) -- 2.47.3