qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 2/8] block: do not include monitor.h in block.c


From: Wenchao Xia
Subject: [Qemu-devel] [RFC PATCH 2/8] block: do not include monitor.h in block.c
Date: Thu, 12 Sep 2013 17:15:06 +0800

block_int.h already included it.

Signed-off-by: Wenchao Xia <address@hidden>
---
 block.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/block.c b/block.c
index 2e2774d..a532eaa 100644
--- a/block.c
+++ b/block.c
@@ -24,7 +24,6 @@
 #include "config-host.h"
 #include "qemu-common.h"
 #include "trace.h"
-#include "monitor/monitor.h"
 #include "block/block_int.h"
 #include "block/blockjob.h"
 #include "qemu/module.h"
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]