aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/aureal.c
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
committerCameron Grant <cg@FreeBSD.org>1999-11-20 16:50:33 +0000
commitef9308b1ce7aee65612dcf8d37c3567b85c67073 (patch)
tree7ae8874a48e567b33d8d21d34a672f52c6e5978c /sys/dev/sound/pci/aureal.c
parentb2f2b704d0dc61d08ed091da4e0c9217050a239f (diff)
downloadsrc-ef9308b1ce7aee65612dcf8d37c3567b85c67073.tar.gz
src-ef9308b1ce7aee65612dcf8d37c3567b85c67073.zip
repo-copied to make way for newmidi, this commit updates include paths
Notes
Notes: svn path=/head/; revision=53465
Diffstat (limited to 'sys/dev/sound/pci/aureal.c')
-rw-r--r--sys/dev/sound/pci/aureal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c
index 941bdc59d3e8..cbbe18f71514 100644
--- a/sys/dev/sound/pci/aureal.c
+++ b/sys/dev/sound/pci/aureal.c
@@ -29,9 +29,9 @@
#include "pci.h"
#include "pcm.h"
-#include <dev/pcm/sound.h>
-#include <dev/pcm/ac97.h>
-#include <dev/pcm/pci/aureal.h>
+#include <dev/sound/pcm/sound.h>
+#include <dev/sound/pcm/ac97.h>
+#include <dev/sound/pci/aureal.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>