diff options
Diffstat (limited to 'sys/dev/pci/auglx.c')
-rw-r--r-- | sys/dev/pci/auglx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/auglx.c b/sys/dev/pci/auglx.c index 40a2ef5d3a8..b5159624a08 100644 --- a/sys/dev/pci/auglx.c +++ b/sys/dev/pci/auglx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auglx.c,v 1.2 2010/02/19 15:02:37 miod Exp $ */ +/* $OpenBSD: auglx.c,v 1.3 2010/04/20 22:05:43 tedu Exp $ */ /* * Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org> @@ -43,7 +43,6 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/sysctl.h> #include <sys/audioio.h> #include <machine/bus.h> |