Commit e7c5433c authored by Yang Li's avatar Yang Li Committed by David S. Miller
Browse files

tools: ynl: Remove duplicated include in handshake-user.c



./tools/net/ynl/generated/handshake-user.c: stdlib.h is included more than once.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464


Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 56f7783b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
#include "ynl.h"
#include <linux/handshake.h>

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libmnl/libmnl.h>