diff options
author | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-10-13 14:10:51 +0000 |
---|---|---|
committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-10-13 14:10:51 +0000 |
commit | 5d113d0ac0b4988a362ffea3ea7fb70d96f76e54 (patch) | |
tree | 1c8f3304aeb6912ce09a8878be8d08fcb4aa2a76 /sys/i4b/layer1/iwic/i4b_iwic_pci.c | |
parent | 6092d1874ebd4c9340e753619cf8e838c0cfa044 (diff) | |
download | src-5d113d0ac0b4988a362ffea3ea7fb70d96f76e54.tar.gz src-5d113d0ac0b4988a362ffea3ea7fb70d96f76e54.zip |
Submitted by: phk
Remove not needed includes.
Notes
Notes:
svn path=/head/; revision=67074
Diffstat (limited to 'sys/i4b/layer1/iwic/i4b_iwic_pci.c')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index e503b2fe56cc..4975b0ce73ac 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -44,7 +44,6 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> -#include <sys/mbuf.h> #include <sys/socket.h> #include <net/if.h> @@ -64,7 +63,6 @@ #include <i4b/include/i4b_global.h> #include <i4b/include/i4b_l3l4.h> -#include <i4b/include/i4b_mbuf.h> #include <i4b/layer1/i4b_l1.h> |