tools: ynl: Remove duplicated include in handshake-user.c
authorYang Li <yang.lee@linux.alibaba.com>
Thu, 8 Jun 2023 08:31:48 +0000 (16:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Jun 2023 10:36:41 +0000 (11:36 +0100)
./tools/net/ynl/generated/handshake-user.c: stdlib.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/net/ynl/generated/handshake-user.c

index 72eb1c52a8fc95ebb65bf098fac6126cacda7990..9ffe9fc58e51cd556ac9c7caf210c47a1a5b9931 100644 (file)
@@ -8,7 +8,6 @@
 #include "ynl.h"
 #include <linux/handshake.h>
 
-#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <libmnl/libmnl.h>