vhost: remove unused include
vhost.c does not need to know about sockets, don't include sock.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
8b7347aab6
commit
bf5e0bd27f
|
@ -30,8 +30,6 @@
|
|||
#include <linux/if_packet.h>
|
||||
#include <linux/if_arp.h>
|
||||
|
||||
#include <net/sock.h>
|
||||
|
||||
#include "vhost.h"
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in New Issue