From ad608da51d59aed20905138bc4cc524bc77f42de Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 7 Jun 2012 04:02:22 +0200 Subject: qmp: do not include monitor.h from qapi-types-core.h The comment is stale, monitor.h is not needed anymore (only qerror.h is, because it contains the schema for errors). Signed-off-by: Paolo Bonzini Signed-off-by: Luiz Capitulino --- qapi/qapi-types-core.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qapi') diff --git a/qapi/qapi-types-core.h b/qapi/qapi-types-core.h index 27e6be0a87..f781fc3ab7 100644 --- a/qapi/qapi-types-core.h +++ b/qapi/qapi-types-core.h @@ -16,8 +16,6 @@ #include "qemu-common.h" #include "error.h" - -/* FIXME this is temporary until we remove middle mode */ -#include "monitor.h" +#include "qerror.h" #endif -- cgit v1.2.3