diff options
author | nyan <nyan@FreeBSD.org> | 1999-12-20 12:08:20 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 1999-12-20 12:08:20 +0000 |
commit | e424a6e102c8c3ffca8e8d2a8bf7ce3accb72709 (patch) | |
tree | 93c436c139bdffa466baf1aef3ba079eec70e8e7 /sys/dev/joy/joy.c | |
parent | 58d24b5adbbc8b0adbe2021b9cb64bc0e8e3d28a (diff) | |
download | FreeBSD-src-e424a6e102c8c3ffca8e8d2a8bf7ce3accb72709.zip FreeBSD-src-e424a6e102c8c3ffca8e8d2a8bf7ce3accb72709.tar.gz |
Removed unnecessary include files.
Diffstat (limited to 'sys/dev/joy/joy.c')
-rw-r--r-- | sys/dev/joy/joy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index a089f3b..a1505be 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -41,7 +41,6 @@ #include <sys/time.h> #include <sys/joystick.h> -#include <isa/isareg.h> #include <isa/isavar.h> #include "isa_if.h" |