From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO2EJ-0007eV-Al for qemu-devel@nongnu.org; Tue, 26 Jan 2016 06:56:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO2EE-0007Qo-Gx for qemu-devel@nongnu.org; Tue, 26 Jan 2016 06:56:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO2EE-0007Qj-Bk for qemu-devel@nongnu.org; Tue, 26 Jan 2016 06:56:10 -0500 Message-ID: <1453809366.24277.25.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 26 Jan 2016 12:56:06 +0100 In-Reply-To: <1453138432-8324-1-git-send-email-peter.maydell@linaro.org> References: <1453138432-8324-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] audio: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On Mo, 2016-01-18 at 17:33 +0000, Peter Maydell wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. >=20 > This commit was created with scripts/clean-includes. >=20 > Signed-off-by: Peter Maydell added to audio queue. thanks, Gerd