File kern/refcount.h includes itself. Remove this include.
* kern/refcount.h: Don't include kern/refcount.h.
---
kern/refcount.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/kern/refcount.h b/kern/refcount.h
index 7fd6cdf..58e1cc4 100644
--- a/kern/refcount.h
+++ b/kern/refcount.h
@@ -29,8 +29,6 @@
#include <kern/macro_help.h>
-#include "refcount.h" /*XXX*/
-
/* Unless the above include file specified otherwise,
use the system-independent (unoptimized) atomic reference counter. */
#ifndef MACHINE_REFCOUNT
--
1.8.1.4