summaryrefslogtreecommitdiff
path: root/genl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2020-07-08 08:41:24 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-07-08 08:41:24 -0700
commit06897857827dc58156974e3536524f1d213d7f66 (patch)
tree80ed059444cffbdb98a97c84a66fd896ac472bf1 /genl
parenta12b203c789b0f16acef4e3815d19e95adbba19b (diff)
downloadiproute2-06897857827dc58156974e3536524f1d213d7f66.tar.gz
genl: use <> for system includes
Be consistent about local versus system headers. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'genl')
-rw-r--r--genl/genl_utils.h5
1 files changed, 2 insertions, 3 deletions
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 <linux/genetlink.h>
#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);