Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [RFC 14/20] audio/media: Remove dependency on struct audio_device Date: Wed, 3 Jul 2013 18:15:35 +0300 Message-Id: <1372864541-10763-15-git-send-email-luiz.dentz@gmail.com> In-Reply-To: <1372864541-10763-1-git-send-email-luiz.dentz@gmail.com> References: <1372864541-10763-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz This is part of the work necessary to completely remove struct audio_device --- profiles/audio/media.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/profiles/audio/media.c b/profiles/audio/media.c index bb6323d..f1ad439 100644 --- a/profiles/audio/media.c +++ b/profiles/audio/media.c @@ -34,15 +34,14 @@ #include #include "lib/uuid.h" -#include "../src/adapter.h" -#include "../src/device.h" -#include "../src/dbus-common.h" -#include "../src/profile.h" +#include "src/adapter.h" +#include "src/device.h" +#include "src/dbus-common.h" +#include "src/profile.h" #include "glib-helper.h" #include "log.h" #include "error.h" -#include "device.h" #include "avdtp.h" #include "media.h" #include "transport.h" -- 1.8.1.4