mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06: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,7 +2,7 @@
|
|||
#include "hw/usb.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "sysemu.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "trace.h"
|
||||
|
||||
static void usb_bus_dev_print(Monitor *mon, DeviceState *qdev, int indent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue