diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/clients.h | 1 | ||||
-rw-r--r-- | net/tap_int.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/clients.h b/net/clients.h index 5cae479730..a6ef267e19 100644 --- a/net/clients.h +++ b/net/clients.h @@ -25,7 +25,6 @@ #define QEMU_NET_CLIENTS_H #include "net/net.h" -#include "qapi-types.h" int net_init_dump(const Netdev *netdev, const char *name, NetClientState *peer, Error **errp); diff --git a/net/tap_int.h b/net/tap_int.h index ae6888f74a..e3a14d5dda 100644 --- a/net/tap_int.h +++ b/net/tap_int.h @@ -27,7 +27,6 @@ #define NET_TAP_INT_H #include "qemu-common.h" -#include "qapi-types.h" int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required, int mq_required, Error **errp); |