diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
| commit | 3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 (patch) | |
| tree | 70e12bba187bd4e3481715840dd7e3f89c394dd6 /sys/dev/ex | |
| parent | 8c375f5868b775d9853f48a07dade43079877e59 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ex')
| -rw-r--r-- | sys/dev/ex/if_ex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 566d884a99e6..1f58a06edac3 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ex.c,v 1.9 1997/12/15 20:30:45 eivind Exp $ + * $Id: if_ex.c,v 1.10 1998/01/08 23:40:52 eivind Exp $ */ /* @@ -48,9 +48,7 @@ #include <sys/mbuf.h> #include <sys/socket.h> -#include <net/ethernet.h> #include <net/if.h> -#include <net/if_arp.h> #ifdef INET #include <netinet/in.h> |
