summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2016-02-26 02:25:09 +0000
committermlarkin <mlarkin@openbsd.org>2016-02-26 02:25:09 +0000
commit2c7c30f4b213a3b47027fefc029a982ce22effa7 (patch)
tree177fce0d46f3f2c75b6c07fde43f6955947b82d1
parentSYMTAB_SPACE is no longer used (last used with a.out ddb) (diff)
downloadwireguard-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.s3
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"