aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-09-11 00:52:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-09-11 00:52:05 +0000
commitede2033b1fa54284c8494cc25d8bce98d21d433a (patch)
treeee0eafd2f2b30fd1ec579b6a2e4c6f96b358a326 /sys/dev/twa
parent4784fd9ce201491847116f9640080543604d9044 (diff)
Notes
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/tw_osl_cam.c2
-rw-r--r--sys/dev/twa/tw_osl_freebsd.c8
-rw-r--r--sys/dev/twa/tw_osl_includes.h8
-rw-r--r--sys/dev/twa/tw_osl_ioctl.h4
-rw-r--r--sys/dev/twa/tw_osl_share.h2
5 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c
index d82f91e2c71d..ec3be5a627ac 100644
--- a/sys/dev/twa/tw_osl_cam.c
+++ b/sys/dev/twa/tw_osl_cam.c
@@ -39,7 +39,7 @@
*/
-#include "tw_osl_includes.h"
+#include <dev/twa/tw_osl_includes.h>
#include <cam/cam.h>
#include <cam/cam_ccb.h>
diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c
index 5a2f26176f4d..76e790a969d6 100644
--- a/sys/dev/twa/tw_osl_freebsd.c
+++ b/sys/dev/twa/tw_osl_freebsd.c
@@ -42,10 +42,10 @@
*/
-#include "tw_osl_includes.h"
-#include "tw_cl_fwif.h"
-#include "tw_cl_ioctl.h"
-#include "tw_osl_ioctl.h"
+#include <dev/twa/tw_osl_includes.h>
+#include <dev/twa/tw_cl_fwif.h>
+#include <dev/twa/tw_cl_ioctl.h>
+#include <dev/twa/tw_osl_ioctl.h>
#ifdef TW_OSL_DEBUG
TW_INT32 TW_DEBUG_LEVEL_FOR_OSL = TW_OSL_DEBUG;
diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h
index aec2254f1d9f..f26b6a3bfe1c 100644
--- a/sys/dev/twa/tw_osl_includes.h
+++ b/sys/dev/twa/tw_osl_includes.h
@@ -70,10 +70,10 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-#include "tw_osl_share.h"
-#include "tw_cl_share.h"
-#include "tw_osl.h"
-#include "tw_osl_externs.h"
+#include <dev/twa/tw_osl_share.h>
+#include <dev/twa/tw_cl_share.h>
+#include <dev/twa/tw_osl.h>
+#include <dev/twa/tw_osl_externs.h>
diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h
index 35fd1967567d..dc11f8cc6ced 100644
--- a/sys/dev/twa/tw_osl_ioctl.h
+++ b/sys/dev/twa/tw_osl_ioctl.h
@@ -46,8 +46,8 @@
-#include "tw_cl_fwif.h"
-#include "tw_cl_ioctl.h"
+#include <dev/twa/tw_cl_fwif.h>
+#include <dev/twa/tw_cl_ioctl.h>
diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h
index c19024d0f74a..d7678303964e 100644
--- a/sys/dev/twa/tw_osl_share.h
+++ b/sys/dev/twa/tw_osl_share.h
@@ -53,7 +53,7 @@
#include <machine/endian.h>
#include <machine/stdarg.h>
-#include "tw_osl_types.h"
+#include <dev/twa/tw_osl_types.h>
#include "opt_twa.h"