diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-11 21:29:13 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-11 21:29:13 +0000 |
commit | 3633e13b38c4d94ddd29d7fb31bc64fefec83fee (patch) | |
tree | 1275a4f2168e99ab163a0c69f6997b4dd934653f /lib/libkvm | |
parent | bb062a4e741dca51d854faeca9d0ff736ac0b299 (diff) |
Remove needless includes of netinet6/ip6_var.h header in userland.
OK millert@
Diffstat (limited to 'lib/libkvm')
-rw-r--r-- | lib/libkvm/kvm_file2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c index a1f1f919771..3d9767c26e1 100644 --- a/lib/libkvm/kvm_file2.c +++ b/lib/libkvm/kvm_file2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_file2.c,v 1.57 2022/02/22 17:35:01 deraadt Exp $ */ +/* $OpenBSD: kvm_file2.c,v 1.58 2024/02/11 21:29:12 bluhm Exp $ */ /* * Copyright (c) 2009 Todd C. Miller <millert@openbsd.org> @@ -103,7 +103,6 @@ #ifdef INET6 #include <netinet/ip6.h> -#include <netinet6/ip6_var.h> #endif #include <fcntl.h> |