diff options
author | imp <imp@FreeBSD.org> | 1999-11-20 05:16:14 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-11-20 05:16:14 +0000 |
commit | 305ec00cedc49c8c5f865df6f048003e338c94e7 (patch) | |
tree | 2d94b3a2f9f9f8b67eb618664e0f4991fea006fb | |
parent | 7f340c8e5db02cb54d68e4cfe86048c51dc3eb87 (diff) | |
download | FreeBSD-src-305ec00cedc49c8c5f865df6f048003e338c94e7.zip FreeBSD-src-305ec00cedc49c8c5f865df6f048003e338c94e7.tar.gz |
Kill unneeded #includes. They were left over from the short period of
time when a strcmp against the device name was required. Sio patches
sent to peter for review.
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 4 | ||||
-rw-r--r-- | sys/dev/ep/if_ep_pccard.c | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index ae4bc65..df47ae5 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -41,10 +41,6 @@ #include <net/if_arp.h> #include <net/if_mib.h> -#include <sys/select.h> -#include <pccard/cardinfo.h> -#include <pccard/slot.h> - #include <dev/ed/if_edvar.h> /* diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index d6c7c2c..1435ce3 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -57,12 +57,6 @@ #include <dev/ep/if_epreg.h> #include <dev/ep/if_epvar.h> -/* XXX should die XXX */ -#include <sys/select.h> -#include <sys/module.h> -#include <pccard/cardinfo.h> -#include <pccard/slot.h> - static const char *ep_pccard_identify(u_short id); /* |