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)       /* */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to