mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
monitor: move include files to include/monitor/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
022c62cbbc
commit
83c9089e73
84 changed files with 87 additions and 87 deletions
2
hmp.c
2
hmp.c
|
|
@ -20,7 +20,7 @@
|
|||
#include "qemu-timer.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "ui/console.h"
|
||||
|
||||
static void hmp_handle_error(Monitor *mon, Error **errp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue