diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
commit | 4a744430c172381cee12e1e8fae5bab2f848044d (patch) | |
tree | f810a453e46dfd8a09a245d190e20a50e6b80871 /sys/dev/ic/xl.c | |
parent | 0acdbc67a3ded82bf510f4bf399ae31ae655fcbf (diff) |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Diffstat (limited to 'sys/dev/ic/xl.c')
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 795ceb0a30d..e7f14ac22ba 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.128 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: xl.c,v 1.129 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -114,7 +114,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> |