From 997aba8e257d183e978e9b08a26aceb4e905378d Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 May 2013 14:55:17 +0400 Subject: remove some double-includes Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev --- audio/audio_win_int.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/audio_win_int.c b/audio/audio_win_int.c index 58690524c4..e1324056a4 100644 --- a/audio/audio_win_int.c +++ b/audio/audio_win_int.c @@ -1,7 +1,6 @@ /* public domain */ #include "qemu-common.h" -#include "audio.h" #define AUDIO_CAP "win-int" #include -- cgit v1.2.1