Skip to content

Commit df20af1

Browse files
YueHaibingrichardweinberger
authored andcommitted
um: Remove duplicated include from vector_user.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent 1c163f4 commit df20af1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/um/drivers/vector_user.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,19 @@
1616
#include <sys/types.h>
1717
#include <sys/stat.h>
1818
#include <fcntl.h>
19-
#include <sys/types.h>
2019
#include <sys/socket.h>
2120
#include <net/ethernet.h>
2221
#include <netinet/ip.h>
2322
#include <netinet/ether.h>
2423
#include <linux/if_ether.h>
2524
#include <linux/if_packet.h>
26-
#include <sys/socket.h>
2725
#include <sys/wait.h>
2826
#include <sys/uio.h>
2927
#include <linux/virtio_net.h>
3028
#include <netdb.h>
3129
#include <stdlib.h>
3230
#include <os.h>
3331
#include <um_malloc.h>
34-
#include <sys/uio.h>
3532
#include "vector_user.h"
3633

3734
#define ID_GRE 0

0 commit comments

Comments
 (0)