diff options
| author | Qiao Nuohan | 2013-05-08 06:39:01 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-05-18 14:35:11 +0200 |
| commit | ce3a4718fe8edbe56b485778a76e9393e4f27c0e (patch) | |
| tree | 0dab8c8da10a4b03be79bee1038ece92606f7407 /block | |
| parent | fix /proc/self/maps output (diff) | |
| download | qemu-ce3a4718fe8edbe56b485778a76e9393e4f27c0e.tar.gz qemu-ce3a4718fe8edbe56b485778a76e9393e4f27c0e.tar.xz qemu-ce3a4718fe8edbe56b485778a76e9393e4f27c0e.zip | |
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 <qiaonuohan@cn.fujitsu.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block')
| -rw-r--r-- | block/win32-aio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/win32-aio.c b/block/win32-aio.c index 5d0fbbfb7d..fcb7c754da 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" |
