diff options
author | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
commit | 25556c3b939b3fbbe349eb8dda57f5749ec814a1 (patch) | |
tree | 8b4d4d6687e6d3c4d98e0925a737caec878fa862 /sys/i386/isa/tw.c | |
parent | e311f5393d87db9cb9afed5cfea2e6c9c8a39676 (diff) | |
download | FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.zip FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.tar.gz |
Updated #includes to 4.4Lite style.
Diffstat (limited to 'sys/i386/isa/tw.c')
-rw-r--r-- | sys/i386/isa/tw.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/i386/isa/tw.c b/sys/i386/isa/tw.c index ace3a30..eafa9b5 100644 --- a/sys/i386/isa/tw.c +++ b/sys/i386/isa/tw.c @@ -128,16 +128,16 @@ * situation (most likely by retrying the transmission). */ -#include "param.h" -#include "systm.h" -#include "proc.h" -#include "conf.h" -#include "buf.h" -#include "kernel.h" -#include "ioctl.h" -#include "uio.h" -#include "syslog.h" -#include "select.h" +#include <sys/param.h> +#include <sys/systm.h> +#include <sys/proc.h> +#include <sys/conf.h> +#include <sys/buf.h> +#include <sys/kernel.h> +#include <sys/ioctl.h> +#include <sys/uio.h> +#include <sys/syslog.h> +#include <sys/select.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /*DEVFS*/ @@ -148,7 +148,7 @@ #include <sys/time.h> #endif /* HIRESTIME */ -#include "i386/isa/isa_device.h" +#include <i386/isa/isa_device.h> |