mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cb9c377f54
commit
7b1b5d1913
119 changed files with 242 additions and 242 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "sysemu.h"
|
||||
#include "monitor.h"
|
||||
#include "ui/console.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
|
|
|
@ -29,10 +29,10 @@
|
|||
#include "qemu-x509.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qint.h"
|
||||
#include "qbool.h"
|
||||
#include "qstring.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "notify.h"
|
||||
#include "migration.h"
|
||||
#include "monitor.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#endif
|
||||
|
||||
#include "bswap.h"
|
||||
#include "qint.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "vnc.h"
|
||||
#include "vnc-enc-tight.h"
|
||||
#include "vnc-palette.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VNC_PALETTE_H
|
||||
#define VNC_PALETTE_H
|
||||
|
||||
#include "qlist.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qemu-queue.h"
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
|
2
ui/vnc.c
2
ui/vnc.c
|
@ -30,7 +30,7 @@
|
|||
#include "qemu_socket.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "acl.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "osdep.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue