diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 04:02:22 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-06-15 10:41:05 -0300 |
commit | ad608da51d59aed20905138bc4cc524bc77f42de (patch) | |
tree | 65b35e01a6726df7cb8e044eb6777698f316cd3b /qapi | |
parent | 37003adf96c3e4d3de08247f0199055994d881de (diff) |
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>
Diffstat (limited to 'qapi')
-rw-r--r-- | 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 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 |