From: Paolo Bonzini Date: Thu, 7 Jun 2012 02:02:22 +0000 (+0200) Subject: qmp: do not include monitor.h from qapi-types-core.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad608da51d59aed20905138bc4cc524bc77f42de;p=qemu.git 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 --- 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