]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ss: fix duplicate include
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 4 Oct 2022 15:11:01 +0000 (08:11 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 4 Oct 2022 15:11:01 +0000 (08:11 -0700)
No need to include rt_names.h twice.

Fixes: 31f45088c9c8 ("build: fix build failure with -fno-common")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c

index ff985cd8cae91f80fe24a505b4890d3a6e4aa194..1c82352d7f3f418e8e42a1a5523c895fa665ee80 100644 (file)
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -31,7 +31,6 @@
 
 #include "ss_util.h"
 #include "utils.h"
-#include "rt_names.h"
 #include "ll_map.h"
 #include "libnetlink.h"
 #include "namespace.h"