aboutsummaryrefslogtreecommitdiff
path: root/monitor/misc.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-06-19 22:10:36 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-07-02 07:19:45 +0200
commit275307aaab86a57ec1ce9c9eb066dd48e7ab0971 (patch)
tree4964c7e2f3629a76fec26bedfb10d78403e83b04 /monitor/misc.c
parent1824b2138991772f5f3baa1cc40f60d303eecd68 (diff)
downloadqemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.zip
qemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.tar.gz
qemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.tar.bz2
hmp: Move hmp.h to include/monitor/
Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190619201050.19040-4-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'monitor/misc.c')
-rw-r--r--monitor/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/misc.c b/monitor/misc.c
index bf9face..2fb6896 100644
--- a/monitor/misc.c
+++ b/monitor/misc.c
@@ -56,13 +56,13 @@
#include "qom/object_interfaces.h"
#include "trace/control.h"
#include "monitor/hmp-target.h"
+#include "monitor/hmp.h"
#ifdef CONFIG_TRACE_SIMPLE
#include "trace/simple.h"
#endif
#include "exec/memory.h"
#include "exec/exec-all.h"
#include "qemu/option.h"
-#include "hmp.h"
#include "qemu/thread.h"
#include "block/qapi.h"
#include "qapi/qapi-commands.h"