Remove duplicated included head file
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
b86570a4d4
commit
87e05b84e2
|
@ -17,10 +17,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <bits/sockaddr.h>
|
#include <bits/sockaddr.h>
|
||||||
#include <linux/netlink.h>
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <stdint.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
|
|
||||||
// All arguments should be above the stack because it grows down
|
// All arguments should be above the stack because it grows down
|
||||||
struct clone_arg {
|
struct clone_arg {
|
||||||
|
|
Loading…
Reference in New Issue