mirror of
https://github.com/mii443/qemu.git
synced 2025-09-02 23:29:21 +00:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
|
||||
#include "compiler.h"
|
||||
#include "qemu/compiler.h"
|
||||
#include "qapi-types.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#define OPTS_VISITOR_H
|
||||
|
||||
#include "qapi/visitor.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu/option.h"
|
||||
|
||||
typedef struct OptsVisitor OptsVisitor;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu/queue.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#define QDICT_BUCKET_MAX 512
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qemu-error.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi-types.h"
|
||||
#include <stdarg.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define QJSON_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "compiler.h"
|
||||
#include "qemu/compiler.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#define QLIST_H
|
||||
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu/queue.h"
|
||||
#include "qemu/queue.h"
|
||||
|
||||
typedef struct QListEntry {
|
||||
QObject *value;
|
||||
|
Reference in New Issue
Block a user