diff options
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_en_pci.c | 4 | ||||
| -rw-r--r-- | sys/pci/if_fxp.c | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c index bebff3fe7789c..d1853b5748aab 100644 --- a/sys/pci/if_en_pci.c +++ b/sys/pci/if_en_pci.c @@ -48,7 +48,6 @@ #if (NEN > 0) && (NPCI > 0) #include <sys/param.h> -#include <sys/types.h> #include <sys/kernel.h> #include <sys/systm.h> #ifndef SHUTDOWN_PRE_SYNC @@ -63,11 +62,8 @@ #include <sys/devconf.h> #endif #include <sys/malloc.h> -#include <sys/mbuf.h> #include <sys/socket.h> -#include <sys/socketvar.h> -#include <machine/cpufunc.h> /* for rdtsc proto for clock.h below */ #include <machine/clock.h> /* for DELAY */ #include <net/if.h> diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 43f03bcb49fa6..ef3284f78c9b1 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.44 1997/10/17 06:27:44 davidg Exp $ + * $Id: if_fxp.c,v 1.45 1997/10/23 01:45:15 davidg Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> -#include <sys/syslog.h> #include <net/if.h> #include <net/if_dl.h> |
