diff options
| author | drochner <drochner@NetBSD.org> | 2003-06-18 08:58:34 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2003-06-18 08:58:34 +0000 |
| commit | 1a03e79900acf90b1a9e105a2fd39bcf7c24ee29 (patch) | |
| tree | d80b579d0423cfa0672ebe291f0b0b6c0a8ee9f1 /sys/arch/atari/dev/hdfd.c | |
| parent | 6873b338d6a748d04653924c2d61b319b66eb0cd (diff) | |
don't #include <sys/dkstat.h> where it is (appearently) unused
Diffstat (limited to 'sys/arch/atari/dev/hdfd.c')
| -rw-r--r-- | sys/arch/atari/dev/hdfd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/hdfd.c b/sys/arch/atari/dev/hdfd.c index 625107e772b..9e78003a2e0 100644 --- a/sys/arch/atari/dev/hdfd.c +++ b/sys/arch/atari/dev/hdfd.c @@ -1,4 +1,4 @@ -/* $NetBSD: hdfd.c,v 1.38 2003/05/03 18:10:46 wiz Exp $ */ +/* $NetBSD: hdfd.c,v 1.39 2003/06/18 08:58:37 drochner Exp $ */ /*- * Copyright (c) 1996 Leo Weppelman @@ -68,7 +68,6 @@ #include <sys/ioctl.h> #include <sys/device.h> #include <sys/disklabel.h> -#include <sys/dkstat.h> #include <sys/disk.h> #include <sys/buf.h> #include <sys/malloc.h> |
