Remove an #include erroneously added in r358432.

Reported by:	erj
This commit is contained in:
Mark Johnston 2020-03-04 22:23:24 +00:00
parent 2d4e511ca2
commit defa7daf89

View File

@ -34,7 +34,6 @@
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/_blockcount.h>
#else
#include <stdbool.h>
#define KASSERT(exp, msg) /* */