diff options
author | bde <bde@FreeBSD.org> | 1997-07-20 06:31:09 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-07-20 06:31:09 +0000 |
commit | 231784c7f626aa7096c7ddd52c9de6821d89194b (patch) | |
tree | ce8cf8256d53f4810c139cd65117247533241612 /sys/dev/eisa | |
parent | 5aea8347dbc49a61d75816ed1dc1f312d6c3b960 (diff) | |
download | FreeBSD-src-231784c7f626aa7096c7ddd52c9de6821d89194b.zip FreeBSD-src-231784c7f626aa7096c7ddd52c9de6821d89194b.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 4c09005..18f4681 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.26 1997/02/22 09:32:02 peter Exp $ + * $Id: eisaconf.c,v 1.27 1997/03/13 18:04:02 joerg Exp $ */ #include "opt_eisa.h" @@ -36,8 +36,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/sysctl.h> -#include <sys/conf.h> #include <sys/malloc.h> #include <i386/eisa/eisaconf.h> |