summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-19 18:46:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-19 18:46:19 +0000
commit2b0ea5c08029098fd0f09bd5bfbfa064013cf668 (patch)
tree2110bc573d15d87099f7e1ffe0688900e5e78beb /sys/arch/hp300
parent4127354be649211012be2d3b07644f89e7979284 (diff)
Kill <sys/clist.h> - nothing uses it since years.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c
index 7eb640b7506..7926c7c6397 100644
--- a/sys/arch/hp300/hp300/machdep.c
+++ b/sys/arch/hp300/hp300/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.89 2004/01/27 16:16:22 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.90 2004/02/19 18:46:18 miod Exp $ */
/* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */
/*
@@ -43,7 +43,6 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/timeout.h>
-#include <sys/clist.h>
#include <sys/conf.h>
#include <sys/exec.h>
#include <sys/file.h>