diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-15 20:59:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-15 20:59:04 +0000 |
commit | 2f60357340da0acfa9d5bcd18b1e49f2a1d46761 (patch) | |
tree | 1bf3744f2e25503a5f8ce75940a0683fc938c376 /sys/dev | |
parent | cdf893c82de47c89e39f0b6f6b5bd22eccfc1664 (diff) |
Remove a duplicate #include.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_ax.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ax.c b/sys/dev/pci/if_ax.c index 04db437731c..f077cc053cd 100644 --- a/sys/dev/pci/if_ax.c +++ b/sys/dev/pci/if_ax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ax.c,v 1.4 1999/09/27 17:50:03 aaron Exp $ */ +/* $OpenBSD: if_ax.c,v 1.5 1999/11/15 20:59:03 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -62,7 +62,6 @@ #include <sys/errno.h> #include <sys/malloc.h> #include <sys/kernel.h> -#include <sys/socket.h> #include <net/if.h> #include <net/if_dl.h> |