diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-10-01 02:43:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-10-01 02:43:18 +0000 |
commit | 63b7eadd18b189d3f83c4f6a40123fe622c85b2a (patch) | |
tree | 5a3f56545c81f168b526d2f1b3b89cf48d0c23d5 /usr.sbin | |
parent | 0bc22e8731f159c69125acd8c3bd69507743b9e9 (diff) |
sys/types.h is not really needed with sys/param.h.
ok henning@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <henning@openbsd.org> @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/sensors.h> |