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/usb/if_aue.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/usb/if_aue.c')
-rw-r--r-- | sys/dev/usb/if_aue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 78b906dd237..b20af87c447 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.102 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_aue.c,v 1.103 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -90,7 +90,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 |