summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-31 17:02:44 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-31 17:02:44 +0000
commitc9c3443f54b3fd9ef8fd8f42d5e9c4760e21cce9 (patch)
tree22b88d34d88efc6984e6d6515aaed0a47d1c5b4e /usr.sbin
parentc7c70df8ff047580a65aebb7ff9b66d22c85b378 (diff)
zap includes, grunk
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntpd/ntpd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c
index 981d1b86964..a16defa8210 100644
--- a/usr.sbin/ntpd/ntpd.c
+++ b/usr.sbin/ntpd/ntpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.c,v 1.33 2005/03/24 10:56:22 henning Exp $ */
+/* $OpenBSD: ntpd.c,v 1.34 2005/03/31 17:02:43 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,9 +20,7 @@
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>
-#include <arpa/inet.h>
#include <errno.h>
-#include <fcntl.h>
#include <poll.h>
#include <pwd.h>
#include <resolv.h>