Remove unnecessary includes found by phk's script a long time ago.

This commit is contained in:
Warner Losh 2000-12-13 06:25:22 +00:00
parent 641d2fddd3
commit b76f687a7e
2 changed files with 0 additions and 4 deletions

View File

@ -74,9 +74,6 @@
#include <cam/scsi/scsi_message.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <dev/aha/ahareg.h>
struct aha_softc *aha_softcs[NAHATOT];

View File

@ -30,7 +30,6 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/module.h>