diff options
Diffstat (limited to 'sys/dev/ic/athn.c')
-rw-r--r-- | sys/dev/ic/athn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index 6062748800b..0bddedd1e54 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.35 2010/04/10 19:07:24 damien Exp $ */ +/* $OpenBSD: athn.c,v 1.36 2010/04/20 22:05:43 tedu Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -25,7 +25,6 @@ #include <sys/param.h> #include <sys/sockio.h> -#include <sys/sysctl.h> #include <sys/mbuf.h> #include <sys/kernel.h> #include <sys/socket.h> |