ss: fix duplicate include

No need to include rt_names.h twice.

Fixes: 31f45088c9 ("build: fix build failure with -fno-common")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2022-10-04 08:11:01 -07:00
parent 86c9664092
commit 4b50a646d8

View File

@ -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"