remove a couple of unused headers.
authorbcook <bcook@openbsd.org>
Mon, 19 Jan 2015 11:44:08 +0000 (11:44 +0000)
committerbcook <bcook@openbsd.org>
Mon, 19 Jan 2015 11:44:08 +0000 (11:44 +0000)
reported by Jonas 'Sortie' Termansen

usr.sbin/ntpd/config.c

index d493a9c..b3e9d46 100644 (file)
@@ -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>
 #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>