From 63b7eadd18b189d3f83c4f6a40123fe622c85b2a Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 1 Oct 2003 02:43:18 +0000 Subject: sys/types.h is not really needed with sys/param.h. ok henning@ --- usr.sbin/sensorsd/sensorsd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sensorsd/sensorsd.c b/usr.sbin/sensorsd/sensorsd.c index d7706ba3f75..21cc9c50bcc 100644 --- a/usr.sbin/sensorsd/sensorsd.c +++ b/usr.sbin/sensorsd/sensorsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sensorsd.c,v 1.4 2003/09/30 15:06:29 henning Exp $ */ +/* $OpenBSD: sensorsd.c,v 1.5 2003/10/01 02:43:17 kevlo Exp $ */ /* * Copyright (c) 2003 Henning Brauer @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include -- cgit v1.2.3