summaryrefslogtreecommitdiff
path: root/sbin/unwind/printconf.c
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-01-27 07:46:50 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-01-27 07:46:50 +0000
commit472769addb5bca505c0744a67a37e0e556879988 (patch)
tree9d0eb7dfd5f7d8a24d97de470d11b465af958630 /sbin/unwind/printconf.c
parent7c726751f1e1a58eebc48cd0bd43c1c6f01e391b (diff)
unwind(8) traces its ancestry to rad(8) and inherited all of its include
directives, some of them no longer necessary. Cleanup by Caspar Schutijser, thank you very much!
Diffstat (limited to 'sbin/unwind/printconf.c')
-rw-r--r--sbin/unwind/printconf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/unwind/printconf.c b/sbin/unwind/printconf.c
index c5b8cfd147a..81e170f3b01 100644
--- a/sbin/unwind/printconf.c
+++ b/sbin/unwind/printconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: printconf.c,v 1.1 2019/01/23 13:11:00 florian Exp $ */
+/* $OpenBSD: printconf.c,v 1.2 2019/01/27 07:46:49 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -17,15 +17,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
-
-#include <netinet/in.h>
-#include <net/if.h>
-
-#include <arpa/inet.h>
#include <event.h>
#include <imsg.h>