summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2007-11-12 17:35:32 +0000
committerpooka <pooka@NetBSD.org>2007-11-12 17:35:32 +0000
commit805571cfce42ea413da853e365fcae71194bf4e3 (patch)
tree1b68f8e03729d94ccf4b7cb9e9ecf09b8ee0b331
parent2ea87a5b7a1f4e43e08e68653c99752b0798539b (diff)
remove header that was never committed
-rw-r--r--lib/libpuffs/suspend.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpuffs/suspend.c b/lib/libpuffs/suspend.c
index e109c124ebc..31ac7433d60 100644
--- a/lib/libpuffs/suspend.c
+++ b/lib/libpuffs/suspend.c
@@ -1,4 +1,4 @@
-/* $NetBSD: suspend.c,v 1.7 2007/11/12 16:39:35 pooka Exp $ */
+/* $NetBSD: suspend.c,v 1.8 2007/11/12 17:35:32 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: suspend.c,v 1.7 2007/11/12 16:39:35 pooka Exp $");
+__RCSID("$NetBSD: suspend.c,v 1.8 2007/11/12 17:35:32 pooka Exp $");
#endif /* !lint */
/*
@@ -36,8 +36,6 @@ __RCSID("$NetBSD: suspend.c,v 1.7 2007/11/12 16:39:35 pooka Exp $");
#include <sys/types.h>
-#include <dev/puttervar.h>
-
#include <assert.h>
#include <errno.h>
#include <puffs.h>