From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Date: Tue, 2 Jul 2013 13:14:54 +0000 (+0300) Subject: audio/transport: Remove dependency on struct audio_device X-Git-Tag: android-x86-4.4-r3~7877 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=53618129fd310959c8a74bbedb311bf67c622e73;p=android-x86%2Fexternal-bluetooth-bluez.git audio/transport: Remove dependency on struct audio_device This is part of the work necessary to completely remove struct audio_device --- diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index 8d3d91e5c..087c0ee57 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -38,7 +38,6 @@ #include "log.h" #include "error.h" -#include "device.h" #include "avdtp.h" #include "media.h" #include "transport.h"