summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2018-02-11 01:23:40 +0000
committertb <tb@openbsd.org>2018-02-11 01:23:40 +0000
commit884349fbd3d33e0f56cfe6779623e88a5f4c5514 (patch)
treed870ceacdb845fab54e41d1eea9d0ea6bf2500b2
parentlist M_IPV6_DF_OUT (diff)
downloadwireguard-openbsd-884349fbd3d33e0f56cfe6779623e88a5f4c5514.tar.xz
wireguard-openbsd-884349fbd3d33e0f56cfe6779623e88a5f4c5514.zip
sysctl.h is no longer needed
ok tedu
-rw-r--r--usr.sbin/rebound/rebound.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rebound/rebound.c b/usr.sbin/rebound/rebound.c
index dc7756e8fc9..917230e0c4f 100644
--- a/usr.sbin/rebound/rebound.c
+++ b/usr.sbin/rebound/rebound.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rebound.c,v 1.94 2018/02/10 17:51:37 anton Exp $ */
+/* $OpenBSD: rebound.c,v 1.95 2018/02/11 01:23:40 tb Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@ -24,7 +24,6 @@
#include <sys/resource.h>
#include <sys/time.h>
#include <sys/wait.h>
-#include <sys/sysctl.h>
#include <signal.h>
#include <syslog.h>