summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2015-01-19 11:44:09 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2015-01-19 11:44:09 +0000
commit069b1c77baf73ea288d7b892e65757429b869fb9 (patch)
tree7177e60d041bb4a5ff88f7160d370e36684dbbce /usr.sbin
parent66d782493035c196d8a26286ca50611a8b103a19 (diff)
remove a couple of unused headers.
reported by Jonas 'Sortie' Termansen
Diffstat (limited to 'usr.sbin')
-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>