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 <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-06-07 04:02:22 +02:00 committed by Luiz Capitulino
parent 37003adf96
commit ad608da51d
1 changed files with 1 additions and 3 deletions

View File

@ -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