Browse Source

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>
Michael S. Tsirkin 14 years ago
parent
commit
bf5e0bd27f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/vhost/vhost.c

+ 0 - 2
drivers/vhost/vhost.c

@@ -30,8 +30,6 @@
 #include <linux/if_packet.h>
 #include <linux/if_packet.h>
 #include <linux/if_arp.h>
 #include <linux/if_arp.h>
 
 
-#include <net/sock.h>
-
 #include "vhost.h"
 #include "vhost.h"
 
 
 enum {
 enum {