mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Include monitor/monitor.h exactly where needed
In particular, don't include it into headers. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
cc7a8ea740
commit
a0b1a66ea3
30 changed files with 5 additions and 29 deletions
|
@ -2,7 +2,7 @@
|
|||
#define QEMU_QDEV_MONITOR_H
|
||||
|
||||
#include "hw/qdev-core.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
/*** monitor commands ***/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue