summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2015-01-19 11:44:08 +0000
committerbcook <bcook@openbsd.org>2015-01-19 11:44:08 +0000
commita5426be62423c5bc696951df9e41e4d30ddcda6c (patch)
tree7710a33d9a4ca89969f986261ff3a66cf8b216ee
parentMake a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. (diff)
downloadwireguard-openbsd-a5426be62423c5bc696951df9e41e4d30ddcda6c.tar.xz
wireguard-openbsd-a5426be62423c5bc696951df9e41e4d30ddcda6c.zip
remove a couple of unused headers.
reported by Jonas 'Sortie' Termansen
-rw-r--r--usr.sbin/ntpd/config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/config.c b/usr.sbin/ntpd/config.c
index d493a9c3072..b3e9d46da70 100644
--- a/usr.sbin/ntpd/config.c
+++ b/usr.sbin/ntpd/config.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.c,v 1.23 2015/01/13 02:28:56 bcook Exp $ */
+/* $OpenBSD: config.c,v 1.24 2015/01/19 11:44:08 bcook Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -21,10 +21,8 @@
#include <sys/stat.h>
#include <netinet/in.h>
-#include <arpa/nameser.h>
#include <errno.h>
-#include <resolv.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>