diff options
Diffstat (limited to 'sys/dev/ccd.c')
-rw-r--r-- | sys/dev/ccd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c index 154eb4d6673..eaac7b55473 100644 --- a/sys/dev/ccd.c +++ b/sys/dev/ccd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ccd.c,v 1.53 2003/06/02 23:28:01 millert Exp $ */ +/* $OpenBSD: ccd.c,v 1.54 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: ccd.c,v 1.33 1996/05/05 04:21:14 thorpej Exp $ */ /*- @@ -112,8 +112,6 @@ #include <dev/ccdvar.h> -#include <uvm/uvm_extern.h> - #ifdef __GNUC__ #define INLINE static __inline #else |