summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2019-05-10 01:29:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2019-05-10 01:29:32 +0000
commit4328b7d148712ced25af5d619f0ee6a5b8617fdc (patch)
treefc94cf2133ead46dae60a086b1405136932a86c0 /usr.sbin/ripd
parent9605b4b465fa9f8ce9b705a75c8c02fded6eafc6 (diff)
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
ok krw@, jsg@
Diffstat (limited to 'usr.sbin/ripd')
-rw-r--r--usr.sbin/ripd/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ripd/parse.y b/usr.sbin/ripd/parse.y
index 5968b637c67..82170e45a5d 100644
--- a/usr.sbin/ripd/parse.y
+++ b/usr.sbin/ripd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.46 2019/02/13 22:57:08 deraadt Exp $ */
+/* $OpenBSD: parse.y,v 1.47 2019/05/10 01:29:31 guenther Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -33,7 +33,6 @@
#include <err.h>
#include <errno.h>
#include <unistd.h>
-#include <ifaddrs.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>