From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQadd-0002Zx-F2 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:05:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQadX-0006qI-Et for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:04:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQadX-0006qD-A2 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:04:51 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id E32848E678 for ; Tue, 2 Feb 2016 13:04:50 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 2 Feb 2016 14:04:46 +0100 Message-Id: <1454418287-7425-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] audio: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Audio queue, also pretty short ... please pull, Gerd The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-audio-20160202-1 for you to fetch changes up to 6086a565b0efe3eb66c5bf65a715a2c84425e47f: audio: Clean up includes (2016-02-02 13:57:31 +0100) ---------------------------------------------------------------- audio: Clean up includes ---------------------------------------------------------------- Peter Maydell (1): audio: Clean up includes audio/alsaaudio.c | 1 + audio/audio.c | 1 + audio/audio_pt_int.c | 1 + audio/audio_win_int.c | 1 + audio/coreaudio.c | 2 +- audio/dsoundaudio.c | 1 + audio/mixeng.c | 1 + audio/noaudio.c | 1 + audio/ossaudio.c | 3 +-- audio/paaudio.c | 1 + audio/sdlaudio.c | 1 + audio/spiceaudio.c | 1 + audio/wavaudio.c | 1 + audio/wavcapture.c | 1 + hw/audio/ac97.c | 1 + hw/audio/adlib.c | 1 + hw/audio/cs4231.c | 1 + hw/audio/cs4231a.c | 1 + hw/audio/es1370.c | 1 + hw/audio/fmopl.c | 5 +---- hw/audio/gus.c | 1 + hw/audio/gusemu_hal.c | 1 + hw/audio/gusemu_mixer.c | 1 + hw/audio/hda-codec.c | 1 + hw/audio/intel-hda.c | 1 + hw/audio/lm4549.c | 2 +- hw/audio/marvell_88w8618.c | 1 + hw/audio/milkymist-ac97.c | 1 + hw/audio/pcspk.c | 1 + hw/audio/pl041.c | 1 + hw/audio/sb16.c | 1 + hw/audio/wm8750.c | 1 + 32 files changed, 32 insertions(+), 8 deletions(-)