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 /sys/dev/ed/if_ed_pccard.c | |
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.
Diffstat (limited to 'sys/dev/ed/if_ed_pccard.c')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 4 |
1 files changed, 0 insertions, 4 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> /* |