From 29592b7878db20ca53784b3971447e032347ed72 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 2 Jul 2013 16:14:10 +0300 Subject: [PATCH] audio/media: Remove dependency on struct audio_device 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 bb6323d36..f1ad43926 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" -- 2.47.3