summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-11 22:49:20 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-11 22:49:20 +0000
commit797914da4dfa0981079c3d08ef04a9f9c2f9d379 (patch)
treef00ca40ae701956d8e9c8b9c4c39213e34930a11
parent6739152ebdf65f99d01e63f28810ef17c179fa75 (diff)
no need to include vm_prot.h here.
-rw-r--r--sys/dev/audio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c
index e9c28756767..278eb0b0734 100644
--- a/sys/dev/audio.c
+++ b/sys/dev/audio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audio.c,v 1.27 2001/07/27 15:26:16 art Exp $ */
+/* $OpenBSD: audio.c,v 1.28 2001/08/11 22:49:19 art Exp $ */
/* $NetBSD: audio.c,v 1.105 1998/09/27 16:43:56 christos Exp $ */
/*
@@ -86,7 +86,6 @@
#include <dev/rndvar.h>
#include <vm/vm.h>
-#include <vm/vm_prot.h>
#include <machine/endian.h>