diff options
author | bde <bde@FreeBSD.org> | 1997-04-13 11:31:20 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-13 11:31:20 +0000 |
commit | 99eb1ced50cb4cd8633e25e8d113d840a09abfaa (patch) | |
tree | 02b9b89747b4e9de6568cdeb630d4318ac1dee8c /share/examples | |
parent | 85e51be2008286df5e504baa9c814aa4c4e09889 (diff) | |
download | FreeBSD-src-99eb1ced50cb4cd8633e25e8d113d840a09abfaa.zip FreeBSD-src-99eb1ced50cb4cd8633e25e8d113d840a09abfaa.tar.gz |
Removed bogus unused #include.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/lkm/misc/module/misccall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/lkm/misc/module/misccall.c b/share/examples/lkm/misc/module/misccall.c index dd972c7..0de01ad 100644 --- a/share/examples/lkm/misc/module/misccall.c +++ b/share/examples/lkm/misc/module/misccall.c @@ -36,7 +36,6 @@ * */ #include <sys/param.h> -#include <sys/ioctl.h> #include <sys/systm.h> /* XXX this should be in a header. */ |