diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 04:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 04:31:17 +0000 |
commit | 33ebf7c7da28bdec68dd90cff69168b898665a82 (patch) | |
tree | 4db125b80891f3f344390458107b923396c6efc4 | |
parent | 9b6397660b3b38e02233bb576074232aa5080c1a (diff) |
include not needed
-rw-r--r-- | sys/arch/mvme68k/mvme68k/disksubr.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/disksubr.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/mvme68k/disksubr.c b/sys/arch/mvme68k/mvme68k/disksubr.c index 742e420fdcc..a23f10c1840 100644 --- a/sys/arch/mvme68k/mvme68k/disksubr.c +++ b/sys/arch/mvme68k/mvme68k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.58 2007/06/17 00:27:29 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.59 2007/06/18 04:31:16 deraadt Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1995 Dale Rahn. @@ -30,7 +30,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/device.h> #include <sys/disklabel.h> #include <sys/disk.h> diff --git a/sys/arch/mvme88k/mvme88k/disksubr.c b/sys/arch/mvme88k/mvme88k/disksubr.c index 9750a54032b..41b3d1df773 100644 --- a/sys/arch/mvme88k/mvme88k/disksubr.c +++ b/sys/arch/mvme88k/mvme88k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.54 2007/06/17 00:27:29 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.55 2007/06/18 04:31:16 deraadt Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1995 Dale Rahn. @@ -30,7 +30,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/device.h> #include <sys/disklabel.h> #include <sys/disk.h> |