From f80c6c9059f4aaadd6cd8bc15764e509ec232bba Mon Sep 17 00:00:00 2001 From: dlg Date: Thu, 10 Jul 2025 07:55:44 +0000 Subject: [PATCH] we don't need net/rtable.h here. unless you're trying to understand kernel memory, there's nothing for userland in that header. found by and ok tb@ --- sbin/route/show.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/route/show.c b/sbin/route/show.c index 9878349a6ec..2511328c4b4 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.122 2023/03/15 08:42:14 claudio Exp $ */ +/* $OpenBSD: show.c,v 1.123 2025/07/10 07:55:44 dlg Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include