svn commit: r358654 - head/sys/sys

Mark Johnston markj at FreeBSD.org
Wed Mar 4 22:23:25 UTC 2020


Author: markj
Date: Wed Mar  4 22:23:24 2020
New Revision: 358654
URL: https://svnweb.freebsd.org/changeset/base/358654

Log:
  Remove an #include erroneously added in r358432.
  
  Reported by:	erj

Modified:
  head/sys/sys/refcount.h

Modified: head/sys/sys/refcount.h
==============================================================================
--- head/sys/sys/refcount.h	Wed Mar  4 21:53:54 2020	(r358653)
+++ head/sys/sys/refcount.h	Wed Mar  4 22:23:24 2020	(r358654)
@@ -34,7 +34,6 @@
 
 #ifdef _KERNEL
 #include <sys/systm.h>
-#include <sys/_blockcount.h>
 #else
 #include <stdbool.h>
 #define	KASSERT(exp, msg)	/* */


More information about the svn-src-all mailing list