From 0a62dd894e3cefcc98c2cdb31a0a28eaa66da699 Mon Sep 17 00:00:00 2001 From: kamil Date: Sat, 23 Feb 2019 12:07:40 +0000 Subject: [PATCH] Stop including in KCOV This header is not needed. Noted by --- sys/kern/subr_kcov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/subr_kcov.c b/sys/kern/subr_kcov.c index d0e1384de51e..ace89cf084ba 100644 --- a/sys/kern/subr_kcov.c +++ b/sys/kern/subr_kcov.c @@ -1,4 +1,4 @@ -/* $NetBSD: subr_kcov.c,v 1.2 2019/02/23 12:03:07 kamil Exp $ */ +/* $NetBSD: subr_kcov.c,v 1.3 2019/02/23 12:07:40 kamil Exp $ */ /* * Copyright (c) 2019 The NetBSD Foundation, Inc. @@ -36,7 +36,6 @@ #include #include -#include #include #include #include