diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:55 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-09 00:24:11 +0900 |
commit | 4bea7554a73ea34f561bc2ecadcbecca09358b87 (patch) | |
tree | da0b21d8ad4908fa34a4dd5dde2ce5d6c17ee2b2 | |
parent | 512967fb52de27b2368625392dd675729be9aab0 (diff) |
kern/refcount.h: remove unnecessary include
File kern/refcount.h includes itself. Remove this include.
* kern/refcount.h: Don't include kern/refcount.h.
-rw-r--r-- | kern/refcount.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <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 |