summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-11-10 13:01:47 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-11-10 13:01:47 +0000
commit5ae72b326355723792ce26221eae46c065638e25 (patch)
tree2e78efb75f82676849a2184d5d971feea09f226d
parentf0a49ebe3a2881ed31c743bc2a7e7f8ed2bf0c66 (diff)
sensors.h is not used here, so remove the include
ok grange@
-rw-r--r--sys/arch/i386/i386/longrun.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/longrun.c b/sys/arch/i386/i386/longrun.c
index cba3c85bc39..98de11c8d2b 100644
--- a/sys/arch/i386/i386/longrun.c
+++ b/sys/arch/i386/i386/longrun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: longrun.c,v 1.9 2004/06/06 17:34:37 grange Exp $ */
+/* $OpenBSD: longrun.c,v 1.10 2005/11/10 13:01:46 dlg Exp $ */
/*
* Copyright (c) 2003 Ted Unangst
* Copyright (c) 2001 Tamotsu Hattori
@@ -33,8 +33,6 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/timeout.h>
-#include <sys/sensors.h>
-
#include <machine/cpufunc.h>