From b76f687a7ea302911d7907ca0d924908b77e574f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 13 Dec 2000 06:25:22 +0000 Subject: [PATCH] Remove unnecessary includes found by phk's script a long time ago. --- sys/dev/aha/aha.c | 3 --- sys/dev/aha/aha_mca.c | 1 - 2 files changed, 4 deletions(-) diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 3d7b396ebe7..d42a3e8f16b 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -74,9 +74,6 @@ #include -#include -#include - #include struct aha_softc *aha_softcs[NAHATOT]; diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index 8840db3b622..fa4b7573650 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -30,7 +30,6 @@ #include #include -#include #include #include