summaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2024-02-11 21:29:13 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2024-02-11 21:29:13 +0000
commit3633e13b38c4d94ddd29d7fb31bc64fefec83fee (patch)
tree1275a4f2168e99ab163a0c69f6997b4dd934653f /sbin/sysctl
parentbb062a4e741dca51d854faeca9d0ff736ac0b299 (diff)
Remove needless includes of netinet6/ip6_var.h header in userland.
OK millert@
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index c22bd4b94ec..9beb8167536 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.259 2023/05/17 22:12:51 kettenis Exp $ */
+/* $OpenBSD: sysctl.c,v 1.260 2024/02/11 21:29:12 bluhm Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -75,7 +75,6 @@
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
-#include <netinet6/ip6_var.h>
#include <netinet6/ip6_divert.h>
#include <netmpls/mpls.h>