diff options
Diffstat (limited to 'net/socket.h')
-rw-r--r-- | net/socket.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socket.h b/net/socket.h index e44d26ea9e..c4809ad0d9 100644 --- a/net/socket.h +++ b/net/socket.h @@ -25,10 +25,9 @@ #define QEMU_NET_SOCKET_H #include "net.h" -#include "qemu-common.h" #include "qapi-types.h" -int net_init_socket(QemuOpts *opts, const NetClientOptions *new_opts, - const char *name, VLANState *vlan); +int net_init_socket(const NetClientOptions *opts, const char *name, + VLANState *vlan); #endif /* QEMU_NET_SOCKET_H */ |