diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-01 18:52:47 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-01 18:52:47 +0000 |
commit | 8aa8e5cf64c4d28dc2dc932245c104df37a3ab09 (patch) | |
tree | 5448210548c9b383933cef241e1897bf570c3719 /usr.sbin/ntpd/ntp.c | |
parent | 7e8b9240f789ef19cf36e93bf73d96a6fd00b07a (diff) |
remove some unneeded includes; one found by vetinari
Diffstat (limited to 'usr.sbin/ntpd/ntp.c')
-rw-r--r-- | usr.sbin/ntpd/ntp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntp.c b/usr.sbin/ntpd/ntp.c index d9dfbcf99ec..be0c4fdae1b 100644 --- a/usr.sbin/ntpd/ntp.c +++ b/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.90 2006/06/30 16:52:13 deraadt Exp $ */ +/* $OpenBSD: ntp.c,v 1.91 2006/07/01 18:52:46 otto Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -32,7 +32,6 @@ #include <unistd.h> #include "ntpd.h" -#include "ntp.h" #define PFD_PIPE_MAIN 0 #define PFD_HOTPLUG 1 |