summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl_radix.c
diff options
context:
space:
mode:
authorcedric <cedric@openbsd.org>2003-06-28 12:26:22 +0000
committercedric <cedric@openbsd.org>2003-06-28 12:26:22 +0000
commit4c68d65ef732f0f76bdf1f5cb42bc0d84ca02c63 (patch)
tree62b67e43904ec8978d5ed7d25b1281d09aea39e5 /sbin/pfctl/pfctl_radix.c
parentreport pidfile creation errors, based on patch from Roumen Petrov; ok markus@ (diff)
downloadwireguard-openbsd-4c68d65ef732f0f76bdf1f5cb42bc0d84ca02c63.tar.xz
wireguard-openbsd-4c68d65ef732f0f76bdf1f5cb42bc0d84ca02c63.zip
No need to include the same header twice.
Thanks to Max Laier.
Diffstat (limited to 'sbin/pfctl/pfctl_radix.c')
-rw-r--r--sbin/pfctl/pfctl_radix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c
index 1d4f387b0ef..e41c569af6e 100644
--- a/sbin/pfctl/pfctl_radix.c
+++ b/sbin/pfctl/pfctl_radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_radix.c,v 1.14 2003/06/27 15:35:00 cedric Exp $ */
+/* $OpenBSD: pfctl_radix.c,v 1.15 2003/06/28 12:26:22 cedric Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -41,7 +41,6 @@
#include <string.h>
#include <ctype.h>
#include <stdio.h>
-#include <stdio.h>
#include <err.h>
#include "pfctl.h"