aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/bt9xx.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
committerBruce Evans <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
commit62c3734cbe1af37690df76af14a23445bd5fda2c (patch)
treed201d181c60681271d700f07089d52b9ae202b65 /sys/pci/bt9xx.c
parentd58bdc29c73c9a22281374aca84e94dd24d9e506 (diff)
downloadsrc-62c3734cbe1af37690df76af14a23445bd5fda2c.tar.gz
src-62c3734cbe1af37690df76af14a23445bd5fda2c.zip
Updated #includes to 4.4lite style.
Notes
Notes: svn path=/head/; revision=18946
Diffstat (limited to 'sys/pci/bt9xx.c')
-rw-r--r--sys/pci/bt9xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c
index a9d22293fde4..e259b3f5e59f 100644
--- a/sys/pci/bt9xx.c
+++ b/sys/pci/bt9xx.c
@@ -19,10 +19,10 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt9xx.c,v 1.6 1996/02/16 17:24:19 gibbs Exp $
+ * $Id: bt9xx.c,v 1.7 1996/02/18 07:44:16 gibbs Exp $
*/
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
#include <sys/param.h>
#include <sys/systm.h>