From: Qiao Nuohan Date: Wed, 8 May 2013 04:39:01 +0000 (+0800) Subject: Remove twice include of qemu-common.h X-Git-Tag: v1.6.0-rc0~294^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce3a4718fe8edbe56b485778a76e9393e4f27c0e;p=thirdparty%2Fqemu.git Remove twice include of qemu-common.h This patch is used to remove twice include of "qemu-common.h" in block/win32-aio.c Signed-off-by: Qiao Nuohan Reviewed-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/block/win32-aio.c b/block/win32-aio.c index 5d0fbbfb7db..fcb7c754dae 100644 --- a/block/win32-aio.c +++ b/block/win32-aio.c @@ -25,7 +25,6 @@ #include "qemu/timer.h" #include "block/block_int.h" #include "qemu/module.h" -#include "qemu-common.h" #include "block/aio.h" #include "raw-aio.h" #include "qemu/event_notifier.h"