diff options
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 8afa30d8643..87e041829c1 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.109 2013/03/14 01:42:45 brad Exp $ */ +/* $OpenBSD: xl.c,v 1.110 2013/08/07 01:06:31 bluhm Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -122,7 +122,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif |