summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev/if_mec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/dev/if_mec.c')
-rw-r--r--sys/arch/sgi/dev/if_mec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/dev/if_mec.c b/sys/arch/sgi/dev/if_mec.c
index f49165cc26e..1fb905e7ac8 100644
--- a/sys/arch/sgi/dev/if_mec.c
+++ b/sys/arch/sgi/dev/if_mec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mec.c,v 1.33 2015/11/24 13:33:18 mpi Exp $ */
+/* $OpenBSD: if_mec.c,v 1.34 2015/11/24 17:11:38 mpi Exp $ */
/* $NetBSD: if_mec_mace.c,v 1.5 2004/08/01 06:36:36 tsutsui Exp $ */
/*
@@ -78,7 +78,6 @@
#include <sys/errno.h>
#include <net/if.h>
-#include <net/if_dl.h>
#include <net/if_media.h>
#if NBPFILTER > 0