From 06897857827dc58156974e3536524f1d213d7f66 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 8 Jul 2020 08:41:24 -0700 Subject: genl: use <> for system includes Be consistent about local versus system headers. Signed-off-by: Stephen Hemminger --- genl/genl_utils.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'genl/genl_utils.h') diff --git a/genl/genl_utils.h b/genl/genl_utils.h index a8d433a9..87b4f34c 100644 --- a/genl/genl_utils.h +++ b/genl/genl_utils.h @@ -2,11 +2,10 @@ #ifndef _TC_UTIL_H_ #define _TC_UTIL_H_ 1 +#include #include "utils.h" -#include "linux/genetlink.h" -struct genl_util -{ +struct genl_util { struct genl_util *next; char name[16]; int (*parse_genlopt)(struct genl_util *fu, int argc, char **argv); -- cgit v1.2.3