From defa7daf890401a5a220bcf098571d336691ab5a Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 4 Mar 2020 22:23:24 +0000 Subject: [PATCH] Remove an #include erroneously added in r358432. Reported by: erj --- sys/sys/refcount.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h index 28f0b20ee648..185461397e9e 100644 --- a/sys/sys/refcount.h +++ b/sys/sys/refcount.h @@ -34,7 +34,6 @@ #ifdef _KERNEL #include -#include #else #include #define KASSERT(exp, msg) /* */