mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -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
|
@ -4,7 +4,7 @@
|
|||
#include "ui/qemu-pixman.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "notify.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "trace.h"
|
||||
#include "qapi-types.h"
|
||||
#include "qapi/error.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
||||
extern int using_spice;
|
||||
|
||||
|
@ -47,7 +47,7 @@ void do_info_spice(Monitor *mon, QObject **ret_data);
|
|||
CharDriverState *qemu_chr_open_spice(QemuOpts *opts);
|
||||
|
||||
#else /* CONFIG_SPICE */
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
||||
#define using_spice 0
|
||||
static inline int qemu_spice_set_passwd(const char *passwd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue