From: Stephen Hemminger Date: Wed, 8 Jul 2020 15:41:24 +0000 (-0700) Subject: genl: use <> for system includes X-Git-Tag: v5.8.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06897857827dc58156974e3536524f1d213d7f66;p=thirdparty%2Fiproute2.git genl: use <> for system includes Be consistent about local versus system headers. Signed-off-by: Stephen Hemminger --- diff --git a/genl/genl_utils.h b/genl/genl_utils.h index a8d433a95..87b4f34c5 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);