From 4e0a2c59508a4ef6d6a369766ea21db83ff6c025 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 27 Feb 2006 02:30:39 +0000 Subject: Remove the include , it is a) not needed any more and b) not available on all hpc ports. --- sys/dev/hpc/hpcapm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/hpc/hpcapm.c b/sys/dev/hpc/hpcapm.c index 5d5c0f0efbe..f567853bc60 100644 --- a/sys/dev/hpc/hpcapm.c +++ b/sys/dev/hpc/hpcapm.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $ */ +/* $NetBSD: hpcapm.c,v 1.6 2006/02/27 02:30:39 peter Exp $ */ /* * Copyright (c) 2000 Takemura Shin @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.6 2006/02/27 02:30:39 peter Exp $"); #include #include @@ -39,7 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $"); #include #include -#include #include #include #include -- cgit