Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [RFC 15/20] audio/transport: Remove dependency on struct audio_device Date: Wed, 3 Jul 2013 18:15:36 +0300 Message-Id: <1372864541-10763-16-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/transport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index 8d3d91e..087c0ee 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" -- 1.8.1.4