diff options
author | 2016-02-26 02:25:09 +0000 | |
---|---|---|
committer | 2016-02-26 02:25:09 +0000 | |
commit | 2c7c30f4b213a3b47027fefc029a982ce22effa7 (patch) | |
tree | 177fce0d46f3f2c75b6c07fde43f6955947b82d1 | |
parent | SYMTAB_SPACE is no longer used (last used with a.out ddb) (diff) | |
download | wireguard-openbsd-2c7c30f4b213a3b47027fefc029a982ce22effa7.tar.xz wireguard-openbsd-2c7c30f4b213a3b47027fefc029a982ce22effa7.zip |
pctr.h is not used here, so no need to include it.
-rw-r--r-- | sys/arch/i386/i386/locore.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 775eaae6564..47afb36c0c6 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.162 2016/02/26 02:23:07 mlarkin Exp $ */ +/* $OpenBSD: locore.s,v 1.163 2016/02/26 02:25:09 mlarkin Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -41,7 +41,6 @@ #include "apm.h" #include "lapic.h" #include "ioapic.h" -#include "pctr.h" #include "ksyms.h" #include "acpi.h" |