Skip to content

Commit d22929d

Browse files
Yuanhan LiuThomas Monjalon
authored andcommitted
vhost: remove duplicate header include
unistd.h has been included twice; remove one. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
1 parent d639996 commit d22929d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/librte_vhost/vhost_user/virtio-net-user.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include <sys/mman.h>
4040
#include <sys/types.h>
4141
#include <sys/stat.h>
42-
#include <unistd.h>
4342
#include <sys/ioctl.h>
4443
#include <sys/socket.h>
4544
#include <net/ethernet.h>

0 commit comments

Comments
 (0)