All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
@ 2013-05-08  4:39 qiaonuohan
  2013-05-13  5:34   ` Peter Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: qiaonuohan @ 2013-05-08  4:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Qiao Nuohan

From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>

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>
---
 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 5d0fbbf..fcb7c75 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"
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-14  6:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  4:39 [Qemu-devel] [PATCH] Remove twice include of qemu-common.h qiaonuohan
2013-05-13  5:34 ` [Qemu-trivial] " Peter Crosthwaite
2013-05-13  5:34   ` Peter Crosthwaite
2013-05-13  5:34 ` [Qemu-trivial] " Stefan Weil
2013-05-13  5:34   ` Stefan Weil
2013-05-14  6:04 ` [Qemu-trivial] " Michael Tokarev
2013-05-14  6:04   ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.