aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-05-16 14:37:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-05-16 14:37:58 +0000
commitc40da00ca320a38816049edd21966bd4045b2303 (patch)
treed47ebd2b269a1d3e4f115627689dd9e5e00846ab /sys/dev/sound/pcm/sound.h
parentef6cf7f1f1e981b38b2bd4eb6a729e6f85c0bcc6 (diff)
downloadsrc-c40da00ca320a38816049edd21966bd4045b2303.tar.gz
src-c40da00ca320a38816049edd21966bd4045b2303.zip
Since DELAY() was moved, most <machine/clock.h> #includes have been
unnecessary.
Notes
Notes: svn path=/head/; revision=158651
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 7613b300c642..dd4af6374de3 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -55,7 +55,6 @@
#if __FreeBSD_version < 500000
#include <sys/buf.h>
#endif
-#include <machine/clock.h> /* for DELAY */
#include <machine/resource.h>
#include <machine/bus.h>
#include <sys/rman.h>