diff options
author | 2014-10-25 03:17:45 +0000 | |
---|---|---|
committer | 2014-10-25 03:17:45 +0000 | |
commit | 4dc1e03990f24b5741e08d4c834e69ec62475384 (patch) | |
tree | ce532a5143fe207172baec56eb192d16624acba2 | |
parent | Always put controller into known state before device intialization. (diff) | |
download | wireguard-openbsd-4dc1e03990f24b5741e08d4c834e69ec62475384.tar.xz wireguard-openbsd-4dc1e03990f24b5741e08d4c834e69ec62475384.zip |
Remove unnecessary netinet/in_systm.h include.
ok millert@
-rw-r--r-- | bin/systrace/cradle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/cradle.c b/bin/systrace/cradle.c index c0fa85d5171..15fa9495caf 100644 --- a/bin/systrace/cradle.c +++ b/bin/systrace/cradle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cradle.c,v 1.6 2013/03/11 17:40:10 deraadt Exp $ */ +/* $OpenBSD: cradle.c,v 1.7 2014/10/25 03:17:45 lteo Exp $ */ /* * Copyright (c) 2003 Marius Aamodt Eriksen <marius@monkey.org> @@ -34,7 +34,6 @@ #include <sys/tree.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <err.h> #include <errno.h> |