mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-4-armbru@redhat.com>
This commit is contained in:
parent
8f0a3716e4
commit
522ece32d2
35 changed files with 0 additions and 36 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "qemu/option.h"
|
||||
#include "net/queue.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
#define MAC_FMT "%02X:%02X:%02X:%02X:%02X:%02X"
|
||||
#define MAC_ARG(x) ((uint8_t *)(x))[0], ((uint8_t *)(x))[1], \
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu/option.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
#ifdef CONFIG_SLIRP
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#define QEMU_NET_TAP_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qapi-types.h"
|
||||
#include "standard-headers/linux/virtio_net.h"
|
||||
|
||||
int tap_enable(NetClientState *nc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue