diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-19 18:46:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-19 18:46:19 +0000 |
commit | 2b0ea5c08029098fd0f09bd5bfbfa064013cf668 (patch) | |
tree | 2110bc573d15d87099f7e1ffe0688900e5e78beb /sys/arch/vax/uba | |
parent | 4127354be649211012be2d3b07644f89e7979284 (diff) |
Kill <sys/clist.h> - nothing uses it since years.
Diffstat (limited to 'sys/arch/vax/uba')
-rw-r--r-- | sys/arch/vax/uba/qv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index 3912010ccaf..892ebbea560 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qv.c,v 1.10 2004/01/29 21:34:17 deraadt Exp $ */ +/* $OpenBSD: qv.c,v 1.11 2004/02/19 18:46:18 miod Exp $ */ /* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */ /*- @@ -137,7 +137,6 @@ #include "sys/map.h" #include "sys/buf.h" #include "sys/vm.h" -#include "sys/clist.h" #include "sys/file.h" #include "sys/uio.h" #include "sys/kernel.h" |