Skip to content

Commit

Permalink
tools: ynl: Remove duplicated include in handshake-user.c
Browse files Browse the repository at this point in the history
./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>
  • Loading branch information
Yang Li authored and David S. Miller committed Jun 9, 2023
1 parent 56f7783 commit e7c5433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/net/ynl/generated/handshake-user.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "ynl.h"
#include <linux/handshake.h>

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

0 comments on commit e7c5433

Please sign in to comment.