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 <pbonz...@redhat.com> --- qapi/qapi-types-core.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/qapi/qapi-types-core.h b/qapi/qapi-types-core.h index 27e6be0..f781fc3 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 -- 1.7.10.1