diff options
Diffstat (limited to 'sbin/unwind/printconf.c')
-rw-r--r-- | sbin/unwind/printconf.c | 10 |
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> |