From c7566c2cde556afd96f0444f815a989fe1dc4133 Mon Sep 17 00:00:00 2001 From: ad Date: Tue, 22 Apr 2008 12:00:44 +0000 Subject: [PATCH] Don't pull in sys/callout.h. --- sys/sys/pmf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/pmf.h b/sys/sys/pmf.h index 1d3897cecfb0..8261465d730d 100644 --- a/sys/sys/pmf.h +++ b/sys/sys/pmf.h @@ -1,4 +1,4 @@ -/* $NetBSD: pmf.h,v 1.10 2008/03/12 18:02:22 dyoung Exp $ */ +/* $NetBSD: pmf.h,v 1.11 2008/04/22 12:00:44 ad Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill @@ -37,8 +37,6 @@ #ifdef _KERNEL -#include - typedef enum { PMFE_DISPLAY_ON, PMFE_DISPLAY_REDUCED,