From b8d6959e8422f99ea297950016dfcefce6ec79e2 Mon Sep 17 00:00:00 2001 From: lteo <> Date: Sat, 25 Oct 2014 03:23:49 +0000 Subject: [PATCH] Remove unnecessary netinet/in_systm.h include. ok millert@ --- src/usr.sbin/ntpd/ntpd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/ntpd.h b/src/usr.sbin/ntpd/ntpd.h index 8394ed03..f1c540b9 100644 --- a/src/usr.sbin/ntpd/ntpd.h +++ b/src/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.109 2014/01/22 02:55:15 benno Exp $ */ +/* $OpenBSD: ntpd.h,v 1.110 2014/10/25 03:23:49 lteo Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include