From 4bea7554a73ea34f561bc2ecadcbecca09358b87 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:55 +0100 Subject: kern/refcount.h: remove unnecessary include 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(-) (limited to 'kern/refcount.h') diff --git a/kern/refcount.h b/kern/refcount.h index c527547..01dc6b5 100644 --- a/kern/refcount.h +++ b/kern/refcount.h @@ -29,8 +29,6 @@ #include -#include "refcount.h" /*XXX*/ - /* Unless the above include file specified otherwise, use the system-independent (unoptimized) atomic reference counter. */ #ifndef MACHINE_REFCOUNT -- cgit v1.2.3