aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/aureal.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
commit90cf0136c4c538b610702b30b4f37c875fafb776 (patch)
treef46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/sound/pci/aureal.c
parent38d8c9940bac138b83c5aa0066f0e2623d3a3512 (diff)
downloadsrc-90cf0136c4c538b610702b30b4f37c875fafb776.tar.gz
src-90cf0136c4c538b610702b30b4f37c875fafb776.zip
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
Notes
Notes: svn path=/head/; revision=119287
Diffstat (limited to 'sys/dev/sound/pci/aureal.c')
-rw-r--r--sys/dev/sound/pci/aureal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c
index 3630699e4703..a822f3884f4a 100644
--- a/sys/dev/sound/pci/aureal.c
+++ b/sys/dev/sound/pci/aureal.c
@@ -28,8 +28,8 @@
#include <dev/sound/pcm/ac97.h>
#include <dev/sound/pci/aureal.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
SND_DECLARE_FILE("$FreeBSD$");